adam-hanna/jwt-auth

Unexported function when work with Gin and Iris

se77en opened this issue · 3 comments

The Auth's process function is unexported, so I can't use it when work with Gin and Iris.

Thanks!

Also, would love to know how you're integrating with Gin and Iris so I could update the docs!

I wrote a demo for this. And please note if this line change to return like ReadMe shows, it does nothing and you can still visit the private api, because the c.Next() bring to next handler.

Very interesting. I'll take a look!