|
d558b74bad
|
Upgrade dependencies
|
2021-12-09 23:34:36 +01:00 |
|
|
c4a979245b
|
Move to Rust edition 2021
Also bump MSRV to 1.56 and use the same clippy lints in every crate
|
2021-12-09 22:54:35 +01:00 |
|
|
6a69ef8456
|
Fix post-auth redirects & support max_age
This also displays some context on login and reauth page about the next
step
|
2021-11-16 19:16:52 +01:00 |
|
|
a4e9ad3d0b
|
Split the data-model in different modules
|
2021-11-02 12:58:13 +01:00 |
|
|
004821f4f2
|
Refactor authorization grant
The authorization grant is now properly separated from the OAuth2
session, which helps avoiding a lot of potential database
inconsistencies
|
2021-10-25 17:27:19 -04:00 |
|
|
4307276b0e
|
Refactor DB interactions for OAuth code and tokens
This ensures complex types like scopes are properly parsed back from the
database.
|
2021-10-19 20:08:08 +02:00 |
|
|
026bc47c27
|
Move templates to their own crate
|
2021-10-18 17:40:25 +02:00 |
|
|
27ae6a5167
|
Initial OpenTelemetry tracing support
|
2021-10-13 13:56:42 +02:00 |
|
|
b3587c677c
|
WIP: Refactor higher-level data-model to its own crate
|
2021-10-12 19:03:01 +02:00 |
|