auth0 / go-jwt-middleware

A Middleware for Go Programming Language to check for JWTs on HTTP requests
MIT License
1.07k stars 205 forks source link

Support for Gin #243

Closed Dev-Destructor closed 7 months ago

Dev-Destructor commented 8 months ago

Checklist

Describe the problem you'd like to have solved

I am having trouble configuring the package with my gin-based server. I am not sure why the package is not framework-independent. Will there be support for gin in the future?

Describe the ideal solution

The problem is self-explanatory.

Alternatives and current workarounds

No response

Additional context

No response

ewanharris commented 7 months ago

Hey @Dev-Destructor, we provide an example of how to integrate with Gin here. Does that help with your query?

ewanharris commented 7 months ago

Closing as I believe this should be answered by the Gin example