jamesjmeyer210 / simple-auth

0 stars 0 forks source link

Add OpenID Connect Client Flow #31

Closed jamesjmeyer210 closed 7 months ago

jamesjmeyer210 commented 7 months ago

Useful Links:

jamesjmeyer210 commented 7 months ago

I'lll need to add a .well-known/jwks.json endpoint as described in this post on Stack Overflow.

jamesjmeyer210 commented 7 months ago

I might need to use rsa-openssl-format to import the public/private RSA keys. That crate is desinged to work with the RSA crate.

jamesjmeyer210 commented 7 months ago

Functionality I'll need to implement: