6 releases (3 breaking)

new 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

#1763 in Web programming

Download history 1/week @ 2024-02-04 8/week @ 2024-02-11 161/week @ 2024-02-18 86/week @ 2024-02-25 23/week @ 2024-03-03 24/week @ 2024-03-10 15/week @ 2024-03-17 13/week @ 2024-03-24 44/week @ 2024-03-31 152/week @ 2024-04-07 168/week @ 2024-04-14 23/week @ 2024-04-21 23/week @ 2024-04-28 129/week @ 2024-05-05

351 downloads per month

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

~20–37MB
~711K SLoC