auth0 / go-jwt-middleware

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

SDK-2881 Split jwtmiddleware into multiple files #105

Closed sergiught closed 3 years ago

sergiught commented 3 years ago

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

In this PR we split the jwtmiddleware.go file into multiple ones so it's easier to maintain and navigate:

No code was changed during the process.

Checklist