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
4763915812 feat: user avatar as public asset 2024-12-17 22:32:25 +01:00
8d20cab18f feat(reset_password): add invitation and reset password activation basic flow 2024-12-03 13:11:26 +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
d908586dfa WIP: feat: add user details update 2024-11-02 17:37:57 +01:00
327f0cd5b9 feat: basic register and login 2024-10-21 00:06:54 +02:00