5 unstable releases

0.3.0 Apr 16, 2024
0.2.0 Apr 9, 2024
0.1.2 Feb 20, 2024
0.1.1 Nov 27, 2023
0.1.0 Nov 27, 2023

#1132 in Web programming

Download history 5/week @ 2024-01-01 3/week @ 2024-01-15 1/week @ 2024-02-05 10/week @ 2024-02-12 163/week @ 2024-02-19 87/week @ 2024-02-26 22/week @ 2024-03-04 23/week @ 2024-03-11 14/week @ 2024-03-18 13/week @ 2024-03-25 45/week @ 2024-04-01 156/week @ 2024-04-08 167/week @ 2024-04-15

383 downloads per month

Apache-2.0

63KB
1.5K 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

~20–37MB
~711K SLoC