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-17 09:57:01 +00:00
Code
Releases
Activity
Files
6167d3ed6b6d57168afe6804639f2e8317430785
kararas_iris
/
middleware
/
jwt
History
Gerasimos (Makis) Maropoulos
ef82a07c81
update _examples dependencies
2023-11-01 19:31:17 +02:00
..
blocklist
/redis
Upgrade Redis client to v9 (
#2102
)
2023-03-17 11:03:18 +02:00
aliases.go
last touch
2020-11-06 11:36:57 +02:00
ARTICLE.md
update _examples dependencies
2023-11-01 19:31:17 +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
fix
#2158
and more
2023-07-08 02:08:18 +03: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
replace ioutil with io package and other minor improvements
2022-06-17 22:03:18 +03:00
verifier.go
replace ioutil with io package and other minor improvements
2022-06-17 22:03:18 +03:00