Commit graph

7 commits

Author SHA1 Message Date
02e16a7e74 feat: support OIDC id_token
- generate JWT id_token in token exchange
- store optional nonce in authorization object
- switch to RS256 algorithm for JWT signature
- add JWKs endpoint to provide OIDC clients with public keys
2024-12-17 22:32:25 +01:00
69af48bb62 feat(ui/user): add apps listing 2024-11-25 09:07:30 +01:00
f0fad9a90a feat(authorize): add implicit authorize flow 2024-11-16 13:03:19 +01:00
a7f6c28e0d feat(openid): add well-known openid config page 2024-11-11 21:43:39 +01:00
ecf1da2978 feat(oauth2): authorize form and redirection 2024-11-09 19:57:15 +01:00
c277ab3bd9 refactor: add renderer middleware + base of roles and authorizations 2024-11-09 13:46:18 +01:00
327f0cd5b9 feat: basic register and login 2024-10-21 00:06:54 +02:00