summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.UnitTests/UsedCodesManagerTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* The UsedCodeManager needs to have an user object, in order to avoid a user ↵v1.0Guillaume Lacasa2014-03-171-3/+3
| | | | to block a temp code for every other users
* Merge branch 'master' of https://github.com/dusk0r/TwoStepsAuthenticatorGuillaume Lacasa2013-12-061-3/+3
|\ | | | | | | | | | | | | Conflicts: README.md TwoStepsAuthenticator.UnitTests/UsedCodesManagerTests.cs TwoStepsAuthenticator/CounterAuthenticator.cs
| * Removed UsedCodesManager from CounterAuthenticatorChristoph Enzmann2013-12-061-6/+6
| |
* | Documentation updateGuillaume Lacasa2013-12-061-14/+0
|/ | | | Code review
* Use one global default UsedCodesManagerChristoph Enzmann2013-12-061-0/+14
|
* Always use UsedCodeManagerChristoph Enzmann2013-12-061-3/+3
|
* Counter based OTP added, removed UsedCodesManager from authenticator, ↵Christoph Enzmann2013-12-051-0/+23
UsedCodesManager refactoring