Go Gin middleware

I’m looking for an example of how to create Gin middleware in Go. I could find examples for the net/http library, but no middleware function to support gin.
The example in auth0 uses the function middleware.CheckJWT, which is not supported by gin

Can you point me to an example for auth0 validation to be used as middleware for Gin?

Hey there!

Unfortunately I believe we don’t have resources on that front. I would highly encourage you to leave feedback regarding that using our Feedback category here:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.