This website requires JavaScript.
Explore
Help
Sign In
mirror
/
jwt
mirror of
https://github.com/golang-jwt/jwt.git
Watch
1
Star
0
Fork
You've already forked jwt
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bc8bdca5cc
jwt
/
.gitignore
5 lines
22 B
Plaintext
Raw
Normal View
History
Unescape
Escape
a useful example app
2014-05-20 07:13:39 +04:00
.DS_Store
bin
Fix issue with MapClaims VerifyAudience []string (#12) * Fix issue with MapClaims VerifyAudience []string There was an issue in MapClaims's VerifyAudiance where a []string (which is valid in the spec) would return true (claim is found, or nil) when required was not set. It now checks interface types correctly and has tests written Signed-off-by: Alistair Hey <alistair@heyal.co.uk> * Keep aud validation constant time compare Keep aud validation using constant time compare by not instantly returning on a true comparison, keep comparing all options and store result in a variable Signed-off-by: Alistair Hey <alistair@heyal.co.uk> Co-authored-by: Banse, Christian <christian.banse@aisec.fraunhofer.de>
2021-05-29 04:45:11 +03:00
.idea/
a useful example app
2014-05-20 07:13:39 +04:00