# `🧬 tame-oidc`
**`tame-oidc` is a small [OpenID Connect](https://openid.net/connect/) crate that follows the [sans-io](https://sans-io.readthedocs.io/) approach.**
[](http://embark.games)
[](https://discord.gg/dAuKfZS)
[](https://crates.io/crates/tame-oidc)
[](https://docs.rs/tame-oidc)
[](https://deps.rs/repo/github/EmbarkStudios/tame-oidc)
[](https://github.com/EmbarkStudios/tame-oidc/actions)
Supported RFCs:
Why?
- You want to control how you actually make OIDC HTTP requests
Why not?
- The only auth flow that is currently implemented are the flows we are using internally. Other flows can be added, but right now that is the only one we need.
- This crate requires more boilerplate to use.
Usage
See example code in examples/embark.rs
Examples
Usage: cargo run --example embark
A small example of using tame-oidc
together with reqwest.
Contributing

We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.
License
Licensed under either of
at your option.
Contribution
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.