Damir Jelić
fb9982fb48
oidc: Use the correct types to compare the status codes in the oidc example ( #3363 )
2024-04-30 13:02:29 +00:00
Kévin Commaille
0e0a406cb1
Replace hyper with axum for oidc_cli example
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2024-04-27 19:37:46 +02:00
Kévin Commaille
da2abccc0d
chore: Disable clippy::assigning_clones lint
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2024-04-02 15:05:41 +02:00
Jonas Platte
24b879bbc0
Clean up Cargo manifest formattting
2024-01-04 10:02:07 +01:00
Jonas Platte
4485abbfdf
Replace all two uses of async-std with equivalent tokio functionality
2023-11-02 17:21:48 +01:00
Benjamin Bouvier
8de33f68f3
integration tests: randomize user names better
...
In the previous situation, running the tests with `cargo test` would sometimes fail because despite appending the number of milliseconds since
the start of epoch to the user names, some user names would clash across different tests, leading to unexpected results. This fixes it by using
an actual RNG in there, so the names don't ever clash.
2023-11-01 07:57:46 +01:00
Jonas Platte
0504eafc0a
Upgrade most dependencies
2023-09-18 19:56:06 +02:00
Benjamin Bouvier
bed0faa143
example(oidc): add sync service integration
...
And allow to run with an insecure server + auto-refresh token + properly restore session using homeserver discovery
2023-09-18 14:34:10 +02:00
Kévin Commaille
0dac5080c6
experimental: Expose an OpenID Connect API
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2023-08-16 10:39:18 +02:00