Quentin Gliech
|
543b4b229f
|
Support for token revocation
|
2023-02-21 12:06:30 +01:00 |
|
Quentin Gliech
|
436c0dcb19
|
Rewrite the authorization grant logic
|
2022-05-06 17:12:39 +02:00 |
|
Quentin Gliech
|
28ff912029
|
Simple consent screen and storage
|
2022-04-29 12:16:39 +02:00 |
|
Quentin Gliech
|
5c14611b96
|
Simple dynamic client registration
|
2022-04-19 12:23:19 +02:00 |
|
Quentin Gliech
|
d43a8f1a00
|
Basic Webfinger support
|
2022-04-08 10:43:48 +02:00 |
|
Quentin Gliech
|
51160faf48
|
Axum migration: /oauth2/authorize
|
2022-04-06 17:35:29 +02:00 |
|
Quentin Gliech
|
35310849c7
|
Axum migration: /oauth2/token
|
2022-04-06 17:35:29 +02:00 |
|
Quentin Gliech
|
0f7484beee
|
Axum migration: /oauth2/introspection
|
2022-04-06 17:35:29 +02:00 |
|
Quentin Gliech
|
9dad21475e
|
Axum migration: /oauth2/userinfo & UserAuthorization util
|
2022-04-06 17:35:29 +02:00 |
|
Quentin Gliech
|
64900ef1d9
|
Axum migration: /oauth2/keys.json and /.well-known/openid-configuration
|
2022-04-06 17:35:29 +02:00 |
|
Hugh Nimmo-Smith
|
3d3b14093c
|
fix: allow authorization in Access-Control-Request-Headers (#88)
* fix: allow authorization in Access-Control-Request-Headers
* chore: fix clippy style
* style: use constant version of Authorization header
* chore: fix code style with cargo fmt
Co-authored-by: Quentin Gliech <quenting@element.io>
|
2022-03-11 11:44:23 +00:00 |
|
Quentin Gliech
|
62f633a716
|
Move clients to the database
|
2022-03-08 19:07:46 +01:00 |
|
Quentin Gliech
|
7e24cd0948
|
Move secrets and oauth2 clients config
|
2022-02-01 09:34:55 +01:00 |
|
Quentin Gliech
|
c0e5b66ea4
|
Move public base URL from oauth2 config to http config
|
2022-02-01 09:34:55 +01:00 |
|
Quentin Gliech
|
0c2950a160
|
Remove unnecessary boxing of warp filters
This was needed because of a compiler regression. Now that we're using
Rust 1.58 there is no benefit to boxing them
|
2022-01-18 12:07:29 +01:00 |
|
Quentin Gliech
|
9003eaf0c2
|
Use new generated enums & query supported signing algs from the keystore
|
2022-01-11 18:46:26 +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 |
|