tiny-oidc-rp

Crates.iotiny-oidc-rp
lib.rstiny-oidc-rp
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(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: 22

cargo fmt