issues
search
dgrijalva
/
jwt-go
ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
https://github.com/golang-jwt/jwt
MIT License
10.79k
stars
995
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Security Issue - Authorization bypass
#489
davitdarsalia
opened
2 years ago
0
key is invalid error with RS256 generated from https://mkjwk.org/
#488
prakharmishra
opened
2 years ago
0
cannot use time.Now().Add(time.Hour * 24).Unix() (type int64) as type *jwt.Time in field value
#487
encryptblockr
opened
2 years ago
3
The verification of the token's legitimate signature should precede the content
#486
evildao
closed
3 years ago
0
how to parsing third-party token?
#485
sxj1991
closed
3 years ago
0
signature is invalid
#484
afeish
closed
3 years ago
1
.FillBytes undefined (type *big.Int has no field or method FillBytes)
#483
amshashankk
opened
3 years ago
2
CVE-2021-33890
#482
grantzvolsky
opened
3 years ago
7
add deprecated message to go.mod
#481
shogo82148
opened
3 years ago
1
Why is Parser's ValidMethods no longer exported?
#480
adamwoolhether
closed
3 years ago
1
Panic seen when parsing invalid 'exp' claim attribute
#479
pkmachani
opened
3 years ago
0
Dependabot alerts
#478
skiffer-git
opened
3 years ago
2
SigningMethodRS256
#477
RamRR
opened
3 years ago
0
Fix security vulnerability
#476
giorgos-f3
closed
3 years ago
0
Release v4.0.0-preview1 gives the commit id a58974e can not be found in master commit
#475
zmaxyan
opened
3 years ago
0
If it has been 3 years since last stable release - then this project is abandoned?
#474
alexec
opened
3 years ago
3
Payload encrypttion
#473
Fruchtgummi
opened
3 years ago
0
Add a ParserOption to specify nowFunc
#472
genkami
opened
3 years ago
0
non api breaking fix to MapClaims VerifyAudience
#471
aldas
closed
3 years ago
13
Missing Return in `parser.go`
#470
jaunruh
closed
3 years ago
1
1 High vulnerability detected when using an automatic vulnerability-detection tool
#469
Schneider-Electric-Carros
closed
3 years ago
3
Wrong in examples
#468
domjeff
closed
3 years ago
0
Fix typo on README.md
#467
ramonmedeiros
closed
3 years ago
0
Add example custom implementation jwt-go
#466
restuwahyu13
opened
3 years ago
0
Validation error by RSA, despite public key is correct
#465
d3v1l401
closed
3 years ago
3
Simple example of parsing and validating a token missing
#464
kaihendry
opened
3 years ago
1
Stable release for CVE-2020-26160 fix
#463
agiammar
opened
3 years ago
15
Migrating Maintenance
#462
dgrijalva
opened
3 years ago
31
Major Issue: ExpiresAt not optional despite claims
#461
benjaminmordaunt
closed
3 years ago
1
ParseWithClaims panics with certain tokens
#460
benjaminmordaunt
closed
3 years ago
1
how can I refresh a token string?
#459
Yiming1997
opened
3 years ago
2
Bug in logic for decoding anything other than MapClaims
#458
smcallis
opened
3 years ago
3
Is this project still maintained?
#457
cep21
closed
3 years ago
14
[Documentation] Keyfunc
#456
moloch--
opened
3 years ago
1
Allocation optimization
#455
jkanywhere
opened
3 years ago
6
iat, nbf and exp which have a decimal value, are considered as strings and not float64 or json.Number (when UseJSONNumber is true)
#454
softwarespot
closed
3 years ago
1
Track security issues
#453
ijajmulani
opened
3 years ago
1
key is of invalid type, []byte('key') - not working. Hello from 2021...
#452
yongDataScince
opened
3 years ago
4
key is of invalid type, []byte('key') - not working
#451
yongDataScince
opened
3 years ago
1
Create token example doesn't works
#450
victorabarros
opened
3 years ago
2
Potential Code-Refactor and Bug Fixes
#449
HarshCasper
closed
3 years ago
1
v4 preview 1, typo in UnverfiableTokenError should be UnverifiableTokenError
#448
jonathaningram
opened
3 years ago
0
v4 preview 1, "functional options" for constructors don't work as intended outside the package
#447
stonedu1011
opened
3 years ago
0
Issue: ParseWithClaims() cannot unmarshal number into Go struct field Claims.sub of type string
#446
DangerosoDavo
opened
3 years ago
1
Support array in "aud" claim
#445
milin-wish
opened
3 years ago
5
SkipClaimsValidation: Value not being set
#444
MJoeWatson
closed
3 years ago
0
Example of how to create RSA keys for use with jwt.ParseRSAPrivateKeyFromPEM
#443
digitalhurricane-io
closed
3 years ago
1
Can explain me why uses pointers to type assertion otherwhise error?
#442
josegoval
closed
3 years ago
2
Example code is memory insecure
#441
gardc
opened
4 years ago
1
Fix typo in SigningMethodES512
#440
bouk
closed
4 years ago
0
Next