Crates.io | tame-oidc |
lib.rs | tame-oidc |
version | 0.7.0 |
source | src |
created_at | 2021-02-26 09:53:42.686622 |
updated_at | 2023-12-19 14:46:45.801289 |
description | A (very) thin layer of OIDC like functionality |
homepage | https://github.com/EmbarkStudios/tame-oidc |
repository | https://github.com/EmbarkStudios/tame-oidc |
max_upload_size | |
id | 360846 |
size | 113,188 |
Supported RFCs:
See example code in examples/embark.rs
Usage: cargo run --example embark-basic
A small example of using tame-oidc
together with reqwest using
the basic auth flow.
Usage: cargo run --example embark-pkce
A small example of using tame-oidc
together with reqwest using the PKCE
auth flow.
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.