Pierre HUBERT pierre
pierre pushed to renovate/jwt-simple-0.x at pierre/BasicOIDC 2022-04-23 00:12:01 +00:00
e62947ab9f Update Rust crate jwt-simple to 0.11.0
pierre created pull request pierre/BasicOIDC#6 2022-04-23 00:11:55 +00:00
Update Rust crate clap to 3.1.12
pierre pushed to renovate/clap-3.x at pierre/BasicOIDC 2022-04-23 00:11:53 +00:00
d887e0df34 Update Rust crate clap to 3.1.12
pierre created branch renovate/clap-3.x in pierre/BasicOIDC 2022-04-23 00:11:53 +00:00
pierre pushed to webauthn at pierre/BasicOIDC 2022-04-21 17:31:53 +00:00
f09a62f8df Disable "Start enrollment" button while processing credentials
pierre pushed to webauthn at pierre/BasicOIDC 2022-04-21 17:29:00 +00:00
0f17a8a35c Better sentence meaning
pierre pushed to webauthn at pierre/BasicOIDC 2022-04-21 17:26:54 +00:00
0f2fe87b5d cargo clippy
49716a8bf5 Register user security keys
Compare 2 commits »
pierre pushed to webauthn at pierre/BasicOIDC 2022-04-20 19:11:08 +00:00
1f0e6d05c8 Generate & return webauthn registration challenge
pierre created branch webauthn in pierre/BasicOIDC 2022-04-20 19:11:08 +00:00
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