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 21:07:03 +00:00
Code
Releases
Activity
Files
f6cc60757cb80ade7b7e6037cfefc11e8c3e969b
kararas_iris
/
_examples
/
auth
/
jwt
/
refresh-token
History
Gerasimos (Makis) Maropoulos
a8a3afea22
update dependencies
2025-08-15 23:29:20 +03:00
..
main.go
update dependencies
2025-08-15 23:29:20 +03:00
rsa_private_key.pem
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
rsa_public_key.pem
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