jwt/request
Christian Banse 895749e449 Starting `v5` development
This commit serves as the basis for further `v5` developments. It will introduce some API-breaking changes, especially to the way tokens are validated. This will allow us to provide some long-wanted features with regards to the validation API. We are aiming to do this as smoothly as possible, however, with any major version. please expect that you might need to adapt your code.

The actual development will be done in the course of the next week, if time permits. It will be done in seperate PRs that will use this PR as a base. Afterwards, we will probably merge this and release an initial 5.0.0-alpha1 or similar.
2022-08-27 11:40:20 +02:00
..
doc.go added documentation 2016-06-06 16:55:41 -07:00
extractor.go Implement a BearerExtractor (#226) 2022-08-19 13:59:36 +02:00
extractor_example_test.go a few examples and some documentation cleanup 2016-06-06 17:45:30 -07:00
extractor_test.go Implement a BearerExtractor (#226) 2022-08-19 13:59:36 +02:00
oauth2.go Adds go module support /v4 (#41) 2021-08-03 15:51:01 +02:00
request.go Starting `v5` development 2022-08-27 11:40:20 +02:00
request_test.go Starting `v5` development 2022-08-27 11:40:20 +02:00