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
d517f36a29a6479e40c36bc08c715901c1ddf189
kararas_iris
/
middleware
/
jwt
History
Gerasimos (Makis) Maropoulos
d517f36a29
minor commit. But I am not happy with the jwt implementations for Go...they seem to produce enough performance cost, will try to make a jwt parser by myself and see the difference
2020-10-19 10:05:48 +03:00
..
alises.go
New JWT features and changes (examples updated). Improvements on the Context User and Private Error features
2020-10-17 06:40:17 +03:00
blocklist.go
jwt: make the Blocklist an interface, so end-developers can implement their own storage (e.g. redis)
2020-10-18 21:51:25 +03:00
jwt_test.go
jwt: make the Blocklist an interface, so end-developers can implement their own storage (e.g. redis)
2020-10-18 21:51:25 +03:00
jwt.go
minor commit. But I am not happy with the jwt implementations for Go...they seem to produce enough performance cost, will try to make a jwt parser by myself and see the difference
2020-10-19 10:05:48 +03:00
rsa_util.go
use the new protobuf package and other minor stuff
2020-06-21 17:15:28 +03:00
user.go
New JWT features and changes (examples updated). Improvements on the Context User and Private Error features
2020-10-17 06:40:17 +03:00
validation.go
add an extra security layer on JWT and able to separate access from refresh tokens without any end-developer action on the claims payload (e.g. set a different issuer)
2020-10-18 14:42:19 +03:00