Commit graph

3 commits

Author SHA1 Message Date
d982f2af0d 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 12:39:55 +01:00
ca84a0f99f WIP 2024-12-09 09:38:39 +01:00
3713cc2443 refactor: structure of an hexagonal architecture
Created a kernel crate to store models and future action implementations.
Will be useful to create admin cli.
2024-12-01 21:51:16 +01:00
Renamed from src/controllers/ui/authorize.rs (Browse further)