aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Authentication/TOTP.cpp
AgeCommit message (Collapse)Author
2014-11-10Core: Nuke authserverDDuarte
It has been replaced by bnetserver since grunt was deprecated
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-08-25Core&Tools: Fix warnings and non-pch buildNay
2013-08-25Core/Auth: Implement time-based token for user login as described in RFC 6238.raczman
New column in account table is a base32 of token key bytes, coincidentally it is the same format Google's Authenticator Android app uses. If you want that to work, set system time on server correctly and use ntpd. Closes #10527 Signed-off-by: Nay <dnpd.dd@gmail.com>