ramosbugs / openidconnect-rs

OpenID Connect Library for Rust
MIT License
371 stars 98 forks source link

FYI 4.0.0-alpha.1 demo with actix-web and Okta #170

Open dskyberg opened 2 months ago

dskyberg commented 2 months ago

For anyone interested, here's a simple demo of a resource server / client using v4.0.0-alpha.1.

My goal is to just demo how to set up Okta for OIDC best practices. I would eventually like the demo to support PAR. If anyone has a PR that support PAR, I'd love to try it.