auth0/go-jwt-middleware

Example for IRIS Framework

Closed this issue · 0 comments

Checklist

Describe the problem you'd like to have solved

My microservice uses IRIS Framework. I spent a day trying to find an example to integrate middleware with IRIS.

Later I found the gin example and on similar pattern I integrated the pkg with iris. Compare the context of gin and iris and made some small changes and was able to achieve this.

Describe the ideal solution

I have create a PR for iris example - #199

Alternatives and current workarounds

No response

Additional context

No response