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
f98a102854
docs: update README
2024-12-04 19:55:26 +01:00
91530d13ab
docs: update README
2024-12-04 19:52:59 +01:00
23f12904cc
build(docker): add Dockerfile
2024-12-03 23:58:26 +01:00
0243535469
docs: update TODO
2024-12-03 19:20:03 +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
b956bdbf05
test(integration/http): add hurl scenario
2024-12-01 21:51:25 +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
69af48bb62
feat(ui/user): add apps listing
2024-11-25 09:07:30 +01:00
acb96dee39
feat(user_panel): basic authorizations management
2024-11-24 23:36:12 +01:00
b20c30048c
fix: better JWT cookie management
2024-11-16 14:30:01 +01:00
d70d622e04
fix(auth): remove JWT cookie when it's invalid
2024-11-16 13:04:42 +01:00
f0fad9a90a
feat(authorize): add implicit authorize flow
2024-11-16 13:03:19 +01:00
fa31485e44
fix: rename project to minauthator
2024-11-15 18:34:17 +01:00
fbbe6719b6
refactor: apply clippy recommendations
2024-11-12 14:29:34 +01:00
7a06c33b99
deps: remove useless dependencies
2024-11-12 14:27:53 +01:00
81b249d341
fix: better scope handling
2024-11-11 23:16:50 +01:00
a7f6c28e0d
feat(openid): add well-known openid config page
2024-11-11 21:43:39 +01:00
66b7a256cf
feat(login): redirect to URL after login
2024-11-11 20:57:04 +01:00
f990708052
feat(oauth2): get access token route and read basic user info
2024-11-11 14:49:17 +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
40b892391a
WIP: feat: add user details update
2024-11-02 17:38:43 +01:00
d908586dfa
WIP: feat: add user details update
2024-11-02 17:37:57 +01:00
8285ca230c
WIP
2024-10-22 18:31:49 +02:00
327f0cd5b9
feat: basic register and login
2024-10-21 00:06:54 +02:00
98be8dd574
wip
2024-10-15 12:10:46 +02:00
66b3a99814
Init package
2024-10-10 18:20:06 +02:00