pjebs / restgate

Secure Authentication for REST API endpoints.
MIT License
247 stars 23 forks source link

Adding an extra authentication method via JWT (JSON Web Tokens) #6

Open aledesma78 opened 6 years ago

aledesma78 commented 6 years ago

These changes include documentation via the README file and in-code comments, it is backwards-compatible as it doesn't break the current Static and Database sources.

aledesma78 commented 6 years ago

hey @pjebs I closed it because I wanted to try to figure out a way to fix an issue with the latest gorilla mux that switches from gorilla.Context to ctx.Context and breaks some funcionality on go 1.7+

pjebs commented 6 years ago

Just use build tags