Skip to content

Commit 104a009

Browse files
committed
* Added logo & image
* Updated README
1 parent 218d6d9 commit 104a009

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# TwoFactorAuth.Net
2-
.Net library for Two Factor Authentication (TFA / 2FA)
1+
# ![Logo](https://raw.githubusercontent.com/RobThree/TwoFactorAuth.Net/master/logo.png) .Net library for Two Factor Authentication (TFA / 2FA)
32

4-
This is a .Net port of the [PHP TwoFactorAuth library](https://github.com/RobThree/TwoFactorAuth) (staying as close as possible to the PHP implementation, but using .Net conventions and codestyles).
3+
.Net library for [two-factor (or multi-factor) authentication](http://en.wikipedia.org/wiki/Multi-factor_authentication) using [TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) and [QR-codes](http://en.wikipedia.org/wiki/QR_code). This is a .Net port of the [PHP TwoFactorAuth library](https://github.com/RobThree/TwoFactorAuth) (staying as close as possible to the PHP implementation, but using .Net conventions and codestyles).
4+
5+
<p align="center">
6+
<img src="https://raw.githubusercontent.com/RobThree/TwoFactorAuth.Net/master/multifactorauthforeveryone.png">
7+
</p>
58

69
This is a work-in-progress.
710

Diff for: TwoFactorAuth.Net.sln

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E8DC588-CB19-4BD3-AE12-1EE8B9FCBD87}"
99
ProjectSection(SolutionItems) = preProject
1010
LICENSE = LICENSE
11+
logo.png = logo.png
12+
multifactorauthforeveryone.png = multifactorauthforeveryone.png
1113
README.md = README.md
1214
EndProjectSection
1315
EndProject

Diff for: logo.png

2.57 KB
Loading

Diff for: multifactorauthforeveryone.png

20.2 KB
Loading

0 commit comments

Comments
 (0)