pfzetto / axum-oidc

A OpenID Connect Client Libary for axum
https://crates.io/crates/axum-oidc
22 stars 7 forks source link

WIP: add auth context value #13

Closed Spiegie closed 5 months ago

Spiegie commented 5 months ago

I try to add level of authentication to my Application. I managed to set it statically. Next step is to provide an optional acr to the middleware. I need much more experience with rust to make this work but I will try.

Im adding this as a work in progress pullrequest so others can contribute too.

pfzetto commented 5 months ago

Thank you for contributing, let me know if you need help.

Spiegie commented 5 months ago

I opened an other pullrequest (https://github.com/pfzetto/axum-oidc/pull/14) beacause I lost track of my experiments. I Close this Pullrequest.