mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
feat: add openidconnect re-export
this makes it easier to use types and functions from the underlying crate without having to painfully version-match them
This commit is contained in:
parent
05063a74f8
commit
27624b59d5
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ mod middleware;
|
|||
pub use extractor::{OidcAccessToken, OidcClaims, OidcRpInitiatedLogout};
|
||||
pub use middleware::{OidcAuthLayer, OidcAuthMiddleware, OidcLoginLayer, OidcLoginMiddleware};
|
||||
|
||||
pub use openidconnect;
|
||||
|
||||
const SESSION_KEY: &str = "axum-oidc";
|
||||
|
||||
pub trait AdditionalClaims:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue