Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style/typo fixes #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ported from http://code.google.com/p/google-authenticator/
You can use the Google Authenticator app from here
http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=1066447
to generate One Time Passwords/Tokens and check them with this little
PHP app (Of course, you can also create them with this).
PHP app (Of course, you can also create them with it).

There are many real world applications for that, but noone implemented it yet.

Expand All @@ -17,6 +17,6 @@ secret). Try to login with chregu/foobar.
What's missing in the example:
***

* Prevent replay attacks. One token should only be used once
* Prevent replay attacks. Each token should only be used once
* Show QR Code only when providing password again (or not at all)
* Regenrate secret
* Regenerate secret