rauthy-client

Crates.iorauthy-client
lib.rsrauthy-client
version
sourcesrc
created_at2023-11-27 13:46:37.445737
updated_at2024-12-10 09:22:59.388197
descriptionrauthy-client - Client for the Rauthy OIDC IAM project
homepage
repositoryhttps://github.com/sebadob/rauthy/tree/main/rauthy-client
max_upload_size
id1050432
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
(sebadob)

documentation

README

rauthy-client

Minimal and safe by default client library for the Rauthy project.

You can of course use any generic OIDC client with Rauthy. However, the idea of this crate is to provide the simplest possible production ready setup, with the least amount of overhead and secure default values, if you only use Rauthy anyway.

You can find examples for actix-web, axum or a fully generic framework / application in the Examples directory.

Commit count: 0

cargo fmt