iris/middleware/jwt
Gerasimos (Makis) Maropoulos 7272c76847
minor test fix
2021-03-04 18:10:13 +02:00
..
blocklist/redis add an example for sessions + view data as requested 2020-11-02 18:46:38 +02:00
aliases.go last touch 2020-11-06 11:36:57 +02:00
blocklist.go jwt: add redis blocklist 2020-11-02 06:31:28 +02:00
extractor.go As noticed in my previous commit, the existing jwt libraries added a lot of performance cost between jwt-featured requests and simple requests. That's why a new custom JWT parser was created. This commit adds our custom jwt parser as the underline token signer and verifier 2020-10-30 22:12:16 +02:00
jwt_test.go minor test fix 2021-03-04 18:10:13 +02:00
jwt.go As noticed in my previous commit, the existing jwt libraries added a lot of performance cost between jwt-featured requests and simple requests. That's why a new custom JWT parser was created. This commit adds our custom jwt parser as the underline token signer and verifier 2020-10-30 22:12:16 +02:00
signer.go add a jwt tutorial + go client 2020-11-04 21:12:13 +02:00
verifier.go add a jwt tutorial + go client 2020-11-04 21:12:13 +02:00