Quentin Gliech
|
ef3da801a3
|
Fix client auth test
|
2022-01-06 09:44:21 +01:00 |
|
Quentin Gliech
|
a965e488e2
|
Support private_key_jwt client auth
Which includes having a verifying keystore out of JWKS (and soon out of
a JWKS URI)
|
2022-01-05 21:07:18 +01:00 |
|
Quentin Gliech
|
f7706f2351
|
jose: split the keystores in different modules
|
2022-01-05 11:43:26 +01:00 |
|
Quentin Gliech
|
767d7649ce
|
Upgrade more crypto crates
|
2022-01-05 10:57:18 +01:00 |
|
Quentin Gliech
|
1377e09dbe
|
Upgrade dependencies
|
2022-01-04 22:35:18 +01:00 |
|
Quentin Gliech
|
f933ace007
|
New JWT/JOSE crate
Still WIP, needs to handle time related claims
|
2022-01-04 22:28:00 +01:00 |
|
Quentin Gliech
|
a55e8af2c8
|
Cut down a lot on compilation time
|
2021-12-17 19:55:22 +01:00 |
|
Quentin Gliech
|
2f97ca685d
|
Split the core crate
|
2021-12-17 18:04:30 +01:00 |
|
Quentin Gliech
|
ceb17d3646
|
Move storage module to its own crate
|
2021-12-17 12:15:07 +01:00 |
|
Quentin Gliech
|
584294538b
|
Implement a basic "my account" page with password change
|
2021-12-16 12:31:29 +01:00 |
|
Quentin Gliech
|
412997663b
|
Fix registration not being saved in database
|
2021-12-15 15:44:13 +01:00 |
|
Quentin Gliech
|
1d58d134a9
|
Fix user registration from CLI
|
2021-12-15 11:14:34 +01:00 |
|
Quentin Gliech
|
3cda384fd4
|
Move user passwords to a separate table
|
2021-12-14 18:17:25 +01:00 |
|
Quentin Gliech
|
95bde28ebe
|
Soft-fail if .env fails to load
|
2021-12-14 16:27:18 +01:00 |
|
Quentin Gliech
|
af5ebcba51
|
Enable backtraces in anyhow
|
2021-12-14 11:56:05 +01:00 |
|
Quentin Gliech
|
7341f0dccf
|
Better error context on startup
|
2021-12-14 11:52:19 +01:00 |
|
Quentin Gliech
|
5d7619827b
|
Link between login & register + "back to client" link
|
2021-12-14 10:29:19 +01:00 |
|
Quentin Gliech
|
daf5542e6d
|
Fix embedded templates loading
|
2021-12-13 17:56:35 +01:00 |
|
Quentin Gliech
|
ac211a5aa0
|
Add missing embedded templates
|
2021-12-13 17:18:16 +01:00 |
|
Quentin Gliech
|
18bcc3dfa8
|
Frontend overhaul based on Tailwind CSS
|
2021-12-13 16:55:08 +01:00 |
|
Quentin Gliech
|
d558b74bad
|
Upgrade dependencies
|
2021-12-09 23:34:36 +01:00 |
|
Quentin Gliech
|
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 |
|
Quentin Gliech
|
abab5d8446
|
Add a dummy static file
|
2021-12-09 22:41:24 +01:00 |
|
Quentin Gliech
|
d8df34db4c
|
Frontend/static files building & serving
|
2021-12-09 22:09:39 +01:00 |
|
Quentin Gliech
|
c53318eca0
|
Refactor templates loading & implement templates hot-reload
|
2021-12-09 14:07:09 +01:00 |
|
Quentin Gliech
|
8df4b315f2
|
Fix multiple clippy warnings/errors
|
2021-12-06 10:08:49 +01:00 |
|
Quentin Gliech
|
c857ff90ec
|
Upgrade dependencies
|
2021-12-06 10:01:37 +01:00 |
|
Quentin Gliech
|
54a7e63913
|
Tweak items visibility in the core crate
|
2021-11-25 17:11:23 +01:00 |
|
Quentin Gliech
|
8a6751398d
|
Use BoxedFilter on main handlers to reduce compile times
This avoids having opaque `impl Filter`, which moves the compile time in
the `core` crate instead of the end `cli` one
|
2021-11-22 19:03:59 +01:00 |
|
Quentin Gliech
|
8608e46eba
|
Graceful shutdown of the server
|
2021-11-22 18:30:17 +01:00 |
|
Quentin Gliech
|
de2e078e18
|
Match the spec on handling request/registration params
Raise a (request|request_uri|registration)_unsupported error when one of
those parameters are in an authorization request
|
2021-11-22 16:14:25 +01:00 |
|
Quentin Gliech
|
d78f64d077
|
Support the prompt param in authorization requests
|
2021-11-22 15:54:52 +01:00 |
|
Quentin Gliech
|
5a4d3f6c94
|
Generate a scope with a random device ID
|
2021-11-22 14:06:25 +01:00 |
|
Quentin Gliech
|
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 |
|
Quentin Gliech
|
04f8c5fe97
|
Better post-login/auth redirects
|
2021-11-16 15:09:14 +01:00 |
|
Quentin Gliech
|
0a2fda35fd
|
Bump all dependencies
|
2021-11-05 17:19:07 +01:00 |
|
Quentin Gliech
|
16fe5a8d76
|
Implement client_secret_jwt authentication method
|
2021-11-05 17:18:48 +01:00 |
|
Quentin Gliech
|
a4e9ad3d0b
|
Split the data-model in different modules
|
2021-11-02 12:58:13 +01:00 |
|
Quentin Gliech
|
bca8b11e46
|
Upgrade all dependencies
|
2021-10-25 17:40:54 -04:00 |
|
Quentin Gliech
|
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 |
|
Quentin Gliech
|
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 |
|
Quentin Gliech
|
617ab83ab2
|
Upgrade all dependencies
|
2021-10-18 17:45:45 +02:00 |
|
Quentin Gliech
|
026bc47c27
|
Move templates to their own crate
|
2021-10-18 17:40:25 +02:00 |
|
Quentin Gliech
|
cf8793da27
|
Zipkin and Jaeger support
|
2021-10-14 19:38:57 +02:00 |
|
Quentin Gliech
|
f016019553
|
Make the OTEL propagator configurable
|
2021-10-14 18:55:47 +02:00 |
|
Quentin Gliech
|
29f3edd833
|
Better CORS filter to allow OTEL propagator headers
|
2021-10-14 18:47:38 +02:00 |
|
Quentin Gliech
|
e630279b54
|
Propagate parent trace context
|
2021-10-14 17:39:49 +02:00 |
|
Quentin Gliech
|
f9036aecd4
|
Make telemetry configurable
Also allows opting-out of the OTLP exporter to remove the dependency to
protoc when building.
|
2021-10-13 16:48:16 +02:00 |
|
Quentin Gliech
|
27ae6a5167
|
Initial OpenTelemetry tracing support
|
2021-10-13 13:56:42 +02:00 |
|
Quentin Gliech
|
b3587c677c
|
WIP: Refactor higher-level data-model to its own crate
|
2021-10-12 19:03:01 +02:00 |
|