issues
search
tsndr
/
cloudflare-worker-jwt
A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
MIT License
680
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support Ed25519 for JWT algorithms
#86
hckhanh
opened
1 day ago
0
Fix types issue
#85
BjornTheProgrammer
closed
2 days ago
5
Explicitly import sign/verify methods
#84
danawoodman
closed
2 days ago
2
Verification result when the token is expired
#83
naourass
closed
2 days ago
1
CPU time to decode?
#82
KyleAMathews
opened
3 weeks ago
2
fix: include `esbuild` as `devDependency`
#81
abiriadev
closed
1 month ago
1
`throwError` does not throw on invalid signature
#80
stephent
closed
3 weeks ago
6
[CF Pages Sveltkit Server-side] ReferenceError: CryptoKey is not defined
#79
TimKieu
closed
3 weeks ago
0
fix sign/verify secret parameter typing
#78
denbeigh2000
closed
4 months ago
1
Why does this not work with normal nodejs?
#77
RScrusoe
closed
3 weeks ago
1
Make verify to return the decoded token
#76
Kikobeats
closed
3 weeks ago
1
kid not passed
#75
YOUR1
closed
3 weeks ago
1
Full verification of Cloudflare Access token
#74
mseebach
closed
3 weeks ago
0
Don't break `=`
#73
KTibow
closed
7 months ago
0
Not handling tokens correctly (or at least discrepant)
#72
KTibow
closed
7 months ago
2
Error: EXPIRED
#71
focus-at
closed
8 months ago
0
verify function fail
#70
walatory
closed
8 months ago
5
Feature request - clockTolerance
#69
patryk-smc
closed
8 months ago
2
algo validation missing
#68
Complexicon
closed
8 months ago
1
Migration to Vanilla JS with JSDocs
#67
vnphanquang
closed
8 months ago
1
Cannot find module ... @tsndr/cloudflare-worker-jwt/utils
#66
devinellis
closed
8 months ago
9
Fix verification relying on a signing key
#65
nickthegroot
closed
9 months ago
1
Signing/Verifying an ES256 JWT fails
#64
dtarnawsky
closed
9 months ago
3
Fix unicode payload signing
#63
dlackty
closed
9 months ago
1
Fix typing to make build work
#62
dlackty
closed
9 months ago
1
JwtPayload is too lax
#61
Le0Developer
closed
9 months ago
0
JSON Web Key (JWK) not working with RS256 algorithm
#60
FabianKoder
closed
8 months ago
6
Fix UTF-8 Character Decoding in Base64 JWT Parsing
#59
kira924age
closed
10 months ago
2
Decoding the payload results in garbled text when the JWT contains non-ASCII characters
#58
kira924age
closed
10 months ago
0
allow using cryptokey directly
#57
Le0Developer
closed
9 months ago
1
fix header not being typed when using sign
#56
Le0Developer
closed
10 months ago
1
Allow passing CryptoKey directly
#55
Le0Developer
closed
9 months ago
0
Type definition does not allow for `kid`
#54
slester
closed
10 months ago
0
Verify always returns false.
#53
Codename-404
closed
10 months ago
2
HMAC "jwk" key import requires a JSON Web Key with Key Type parameter ("kty") equal to "oct" (encountered "RSA")
#52
martior
closed
3 weeks ago
3
There is no possibility to modify header
#51
step135
closed
11 months ago
1
verify() decode() none works in SSR component. They only works on route or middleware
#50
Codename-404
closed
11 months ago
3
[BUG] verify not working in 2.2.10
#49
simcolin
closed
11 months ago
7
Can't use @ in payload
#48
iosdeveloper
closed
11 months ago
2
Changes to NodeJS ESM Syntax
#47
richajak
closed
11 months ago
3
jwt.verify() always evaluates as false for Google-issued JWT when using certificate verification
#46
johnswarbrick
closed
11 months ago
5
method jwt.sign() may have a bit of problem
#45
saviourdog
closed
1 year ago
2
Unable to use RSA 512 key pair
#44
roguesherlock
closed
1 year ago
6
Option to verify despite expiry
#43
jamesgpearce
closed
1 year ago
4
Can we verify with the public key?
#42
ryanrdetzel
closed
1 year ago
1
unable to get .verify() to work
#41
2hmad
closed
1 year ago
1
Allow array in Audience
#40
tomlokhorst
closed
1 year ago
1
unable to get .verify() to work with RS256
#38
mrturck
closed
1 year ago
1
Add parameters in header?
#37
bryanlatten
closed
1 year ago
2
Verifying Clerk JWT
#36
timothymiller
closed
1 year ago
1
Next