go-chi / jwtauth

JWT authentication middleware for Go HTTP services
MIT License
541 stars 91 forks source link

OIDC Discovery functionality #63

Closed simongottschlag closed 2 years ago

simongottschlag commented 3 years ago

Hi!

I've been working on an extension for echo's JWT middleware to enable discovery through OpenID Connect. Everything using the jwx library.

Would you be interested in a PR for the same thing here?

You can see the PR here: https://github.com/labstack/echo-contrib/pull/59

If you are interested, I'd love some feedback on how you would prefer the API to be.

Thanks!

Regards, Simon

francesconi commented 2 years ago

We are also interested in this functionality. Since jwx is already used in the project this would be a great addition!

simongottschlag commented 2 years ago

@francesconi It's already supported 😊 Take a look at the oidchttp package: https://github.com/XenitAB/go-oidc-middleware