iris/middleware/jwt
2020-10-18 17:15:29 +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 New JWT features and changes (examples updated). Improvements on the Context User and Private Error features 2020-10-17 06:40:17 +03:00
jwt_test.go jwt: add VerifyJSON and ReadJSON helpers 2020-10-17 15:22:42 +03:00
jwt.go jwt: add the (last) helper: VerifyRefreshToken 2020-10-18 17:15:29 +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