Pierre HUBERT pierre
pierre pushed to master at pierre/BasicOIDC 2022-04-20 16:06:10 +00:00
10982190e7 Add new test to validate TOTP codes generation
pierre pushed to master at pierre/BasicOIDC 2022-04-20 15:53:26 +00:00
834ba1987e Improve handling of code input in TOTP page
1a1b31e8a0 Add support for numeric pad
Compare 2 commits »
pierre pushed to master at pierre/BasicOIDC 2022-04-20 10:07:26 +00:00
68cb630339 Automatically display first factor input form if there is only one
pierre pushed to master at pierre/BasicOIDC 2022-04-20 09:59:54 +00:00
867021e01a Improve TOTP form
pierre pushed to master at pierre/BasicOIDC 2022-04-20 07:52:51 +00:00
0e02b63d93 Refuse to deliver token if code_verifier is present without code challenge
pierre deleted branch twofactors from pierre/BasicOIDC 2022-04-20 07:40:52 +00:00
pierre pushed to master at pierre/BasicOIDC 2022-04-20 07:40:51 +00:00
d7344feb9b Merge pull request 'Two factor authentication : TOTP' (#5) from twofactors into master
0260742c01 Finish implementation of Authenticator App
1e401a0b10 Authentication using TOPT code is working
958f6eaabf Request focus on first input on login page
5e9c410e98 Improve TOPT login page
Compare 23 commits »
pierre merged pull request pierre/BasicOIDC#5 2022-04-20 07:40:51 +00:00
Two factor authentication : TOTP
pierre created pull request pierre/BasicOIDC#5 2022-04-20 07:40:37 +00:00
Two factor authentication : TOTP
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-20 07:39:42 +00:00
0260742c01 Finish implementation of Authenticator App
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-20 07:37:20 +00:00
1e401a0b10 Authentication using TOPT code is working
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-20 07:16:55 +00:00
958f6eaabf Request focus on first input on login page
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 18:55:49 +00:00
5e9c410e98 Improve TOPT login page
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 18:53:08 +00:00
e8b3828f2c cargo clippy
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 17:41:59 +00:00
94aeefe450 Replace type UserID with a structure
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 17:33:28 +00:00
feb6db09b9 Fix typo
806a085c97 Improve redirect URI management
ce7118ff81 Display form to enter OTP code
Compare 3 commits »
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 16:27:33 +00:00
c1677071fc Add a page to choose second factor
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 15:57:56 +00:00
3add7a5d37 Rename SecondFactor => TwoFactor
9ff4392afb Replace Option<SecondFactor> with SecondFactor
Compare 2 commits »
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 15:52:38 +00:00
5903ec2e8c Refactor login flow
pierre pushed to twofactors at pierre/BasicOIDC 2022-04-19 15:15:43 +00:00
78d70af510 Administrators can remove two factor authentication