tiny-oidc-rp

Crates.iotiny-oidc-rp
lib.rstiny-oidc-rp
version0.2.1
created_at2022-01-01 13:38:45.516642+00
updated_at2025-05-07 14:57:53.801119+00
descriptionTiny OpenID Connect Relying Party
homepage
repositoryhttps://github.com/hanabu/tiny-oidc-rp
max_upload_size
id506159
size120,216
(hanabu)

documentation

README

tiny-oidc-rp: Tiny OpenID Connect Relying Party

crates.io API docs

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 .

Commit count: 44

cargo fmt