Crates.io | rauthy-client |
lib.rs | rauthy-client |
version | |
source | src |
created_at | 2023-11-27 13:46:37.445737 |
updated_at | 2024-12-10 09:22:59.388197 |
description | rauthy-client - Client for the Rauthy OIDC IAM project |
homepage | |
repository | https://github.com/sebadob/rauthy/tree/main/rauthy-client |
max_upload_size | |
id | 1050432 |
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 |
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.