Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: sebadob <[email protected]>
  • Loading branch information
sebadob committed Dec 1, 2023
1 parent 8db34c9 commit b6bb682
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rauthy-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
//! with the least amount of overhead and secure default values, if you only use
//! [Rauthy](https://github.com/sebadob/rauthy) anyway.
//!
//! This client should work without any issues with other OIDC providers as well, as long as they
//! support the S256 PKCE flow. However, this was only tested against
//! [Rauthy](https://github.com/sebadob/rauthy).
//!
//! You can find examples for `actix-web`, `axum` or a fully generic framework / application in the
//! [Examples](https://github.com/sebadob/rauthy/tree/main/rauthy-client/examples) directory.
//!
//! # Features
//!
//! - `actix-web` will enable actix-web specific extractors and handlers
//! - `axum` will enable axum specific extractors and handlers

use crate::provider::OidcProvider;
use base64::{engine, engine::general_purpose, Engine as _};
Expand Down

0 comments on commit b6bb682

Please sign in to comment.