#open-id

rauthy-client

rauthy-client - Client for the Rauthy OIDC IAM project

6 releases (3 breaking)

0.4.0 May 8, 2024
0.3.0 Apr 16, 2024
0.2.0 Apr 9, 2024
0.1.2 Feb 20, 2024
0.1.1 Nov 27, 2023

#767 in Web programming

Download history 25/week @ 2024-06-17 37/week @ 2024-06-24 23/week @ 2024-07-01 88/week @ 2024-07-08 35/week @ 2024-07-15 28/week @ 2024-07-22 40/week @ 2024-07-29 30/week @ 2024-08-05 32/week @ 2024-08-12 40/week @ 2024-08-19 39/week @ 2024-08-26 33/week @ 2024-09-02 51/week @ 2024-09-09 28/week @ 2024-09-16 56/week @ 2024-09-23 47/week @ 2024-09-30

188 downloads per month
Used in 2 crates (via zino-core)

Apache-2.0

90KB
2K SLoC

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.


lib.rs:

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.

Features

  • actix-web will enable actix-web specific extractors and handlers
  • axum will enable axum specific extractors and handlers

Dependencies

~19–35MB
~674K SLoC