Commit graph

6 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
23f12904cc build(docker): add Dockerfile 2024-12-03 23:58:26 +01:00
a0de3b287b feat(admin): create and list users commands 2024-12-03 19:16:09 +01:00
8d20cab18f feat(reset_password): add invitation and reset password activation basic flow 2024-12-03 13:11:26 +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