issues
search
robbert229
/
jwt
This is an implementation of JWT in golang!
MIT License
105
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Switch to standard lib error wrapping
#22
loafoe
opened
3 years ago
2
Encode header fields in lowercase
#21
blrn
closed
6 years ago
1
Update README.md
#20
liuliaixue
closed
6 years ago
1
Add method to struct to all claims as a string map.
#19
DanyHenriquez
closed
1 year ago
1
Algorithm.Sign() was pre-encoding the signature; the rest of the lib then double encoded them
#18
henderjon
closed
6 years ago
2
Panic when running with multiple goroutines
#17
Till--H
opened
6 years ago
4
add `Algorithm.DecodeAndValidate` function
#16
zaaksam
closed
7 years ago
1
Double-encoding error in validateSignature
#15
BonkaBonka
closed
7 years ago
2
Check the token to have 3 parts present upon decoding
#14
ghost
closed
7 years ago
4
Spoil timming side-channel attack when comparing macs
#13
ghost
closed
7 years ago
2
Secure problem
#12
vetcher
closed
7 years ago
2
Changed encoding/decoding to RawURL
#11
tartale
closed
7 years ago
1
JWT uses base64 URL encoding, not std encoding
#10
tartale
closed
7 years ago
0
Add note to differentiate from golang.org/x/oauth2/jwt
#9
robbert229
closed
8 years ago
1
Diferences from golang.org/x/oauth2/jwt
#8
alexandrevicenzi
closed
8 years ago
1
Implement ECDSA algorithms
#7
robbert229
opened
8 years ago
2
Implement RSA algorithm
#6
robbert229
opened
8 years ago
3
Implement JTI check
#5
robbert229
opened
8 years ago
0
Implement AUD check
#4
robbert229
opened
8 years ago
1
Implement SUB check
#3
robbert229
opened
8 years ago
0
Implement ISS check
#2
robbert229
opened
8 years ago
2
New Claims type and more idiomatic
#1
robbert229
closed
8 years ago
1