Crates.io | tiny-oidc-rp |
lib.rs | tiny-oidc-rp |
version | |
source | src |
created_at | 2022-01-01 13:38:45.516642+00 |
updated_at | 2025-05-07 14:57:53.801119+00 |
description | Tiny OpenID Connect Relying Party |
homepage | |
repository | https://github.com/hanabu/tiny-oidc-rp |
max_upload_size | |
id | 506159 |
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` |
size | 0 |
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.
You can make your site "Sign in with <some social ID>"
See examples .