cduvray / jwt-authorizer

JWT authorization layer for Axum.
MIT License
68 stars 21 forks source link

High availability layer creation #53

Open lcmgh opened 1 month ago

lcmgh commented 1 month ago

When using AuthorizerBuilder::from_oidc the layer creation fails if the OIDC provider is not available. To still be able to continue (and rejecting unauthorized requests) there is currently no option to add the failed OIDC provider on a later stage.

Goal: