3 unstable releases
Uses new Rust 2024
new 0.2.0 | May 4, 2025 |
---|---|
0.1.1 | Jan 5, 2022 |
0.1.0 | Jan 1, 2022 |
#521 in Authentication
145 downloads per month
27KB
488 lines
OpenID connect relaying party implementation See examples
tiny-oidc-rp: Tiny OpenID Connect Relying Party
tiny-oidc-rp
is a Rust implementation of OpenID Connect relying party.
This crate is intended for server-side implementation and it supports code flow only.
I have no plan to support implicit flow nor WASM on web frontend.
Expected use
You can make your site "Sign in with <some social ID>"
- To implement web site for small group authentication with Google ID.
- To implement intranet web service authentication with Microsoft Azure Entra ID.
- etc.
Usage
See examples .
Dependencies
~5–16MB
~222K SLoC