e4ef5788fa
Bump indoc from 1.0.3 to 1.0.4
...
Bumps [indoc](https://github.com/dtolnay/indoc ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases )
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.4 )
---
updated-dependencies:
- dependency-name: indoc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-20 16:41:19 +01:00
fa92d6498f
Bump dependencies
2022-02-17 15:53:48 +01:00
a45381828c
Loads of docs & enabling more clippy lints
2022-02-01 12:02:32 +01:00
9af8820564
Bump dependencies
2022-02-01 10:13:11 +01:00
d43af81238
Upgrade dependencies
2022-01-25 12:47:17 +01:00
f876d6a134
Upgrade dependencies
2022-01-14 10:51:12 +01:00
5b9c35a079
Use iana generated types in more places
2022-01-12 12:22:54 +01:00
2844706bb1
Multiple IANA codegen enhancement
...
- JWS/JWE algorithms are properly splitted
- Enums now have a proper description
- They implement FromStr and Display
- mas-jose does not reexport mas-iana anymore
2022-01-12 10:58:27 +01:00
9003eaf0c2
Use new generated enums & query supported signing algs from the keystore
2022-01-11 18:46:26 +01:00
97ab75fb15
Add loads of server metadata in the discovery document
2022-01-11 12:54:26 +01:00
b4f0f0d0be
Have all server metadata from the IANA registry
2022-01-11 11:20:17 +01:00
1377e09dbe
Upgrade dependencies
2022-01-04 22:35:18 +01:00
2f97ca685d
Split the core crate
2021-12-17 18:04:30 +01:00
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
c857ff90ec
Upgrade dependencies
2021-12-06 10:01:37 +01:00
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
d78f64d077
Support the prompt param in authorization requests
2021-11-22 15:54:52 +01:00
5a4d3f6c94
Generate a scope with a random device ID
2021-11-22 14:06:25 +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
16fe5a8d76
Implement client_secret_jwt authentication method
2021-11-05 17:18:48 +01:00
bca8b11e46
Upgrade all dependencies
2021-10-25 17:40:54 -04: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
617ab83ab2
Upgrade all dependencies
2021-10-18 17:45:45 +02:00
27ae6a5167
Initial OpenTelemetry tracing support
2021-10-13 13:56:42 +02:00
ec7d936b10
Better data structure to handle scopes
2021-10-05 20:36:36 +02:00
8ecdf7c6c8
PKCE support
2021-10-05 14:08:47 +02:00
af71adbe7a
Upgrade dependencies
2021-10-04 14:48:23 +02:00
3cbce1e33e
Upgrade all dependencies
2021-09-23 20:54:24 +02:00
1813984a1c
Include "state" in authorization request errors
2021-09-17 18:13:30 +02:00
a44e33931c
Split the service in multiple crates
2021-09-16 14:43:56 +02:00