keystone/keystone/auth/plugins
adriant b2cb4c403f TOTP auth not functional in python3
Fixing a byte>str conversion bug present in the TOTP
passcode generation function that was only present in python3
which rendered TOTP auth non-functional in python3.

Also adding a test to check passcode generation returns the
correct format.

Closes-Bug: #1607119

Change-Id: Ie052d559c4eb2577d35caa9f6e240664cf4cf399
2016-07-28 15:10:33 +12:00
..
__init__.py Move UserAuthInfo to a separate file 2015-02-27 15:15:18 +00:00
base.py Move the auth plugins abstract base class out of core 2016-07-07 16:32:07 +00:00
core.py Do not spam the log with uncritical stacktraces 2016-06-27 22:59:34 -04:00
external.py Move the auth plugins abstract base class out of core 2016-07-07 16:32:07 +00:00
mapped.py Move the auth plugins abstract base class out of core 2016-07-07 16:32:07 +00:00
oauth1.py Move the auth plugins abstract base class out of core 2016-07-07 16:32:07 +00:00
password.py Pass request to v2 token authenticate 2016-07-15 13:33:39 +10:00
saml2.py Deprecate Saml2 auth plugin 2016-02-10 14:41:01 +01:00
token.py Move the auth plugins abstract base class out of core 2016-07-07 16:32:07 +00:00
totp.py TOTP auth not functional in python3 2016-07-28 15:10:33 +12:00