This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2025-12-23 04:47:02 +00:00
Code
Releases
Activity
Files
ed38047385784c4a1fb67a1aede3b8f4796b46a8
kararas_iris
/
middleware
/
jwt
History
Gerasimos (Makis) Maropoulos
ed38047385
add an example for sessions + view data as requested
2020-11-02 18:46:38 +02:00
..
blocklist
/redis
add an example for sessions + view data as requested
2020-11-02 18:46:38 +02:00
alises.go
jwt: add redis blocklist
2020-11-02 06:31:28 +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
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.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
jwt: add redis blocklist
2020-11-02 06:31:28 +02:00
verifier.go
jwt: add redis blocklist
2020-11-02 06:31:28 +02:00