issues
search
auth0
/
express-jwt-authz
Validate the JWT scope to authorize access to an endpoint
MIT License
97
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create semgrep.yml
#52
crew-security
closed
8 months ago
0
Update automated release process to latest version
#51
frederikprijck
closed
10 months ago
0
Add note about newer express-jwt changes
#50
ewanharris
closed
1 year ago
0
Add issue forms [SDK-4191]
#49
Widcket
closed
1 year ago
0
Inquiry: Using `jwtAuthz` in a Route Handler function
#48
aMahanna
closed
1 year ago
3
Insufficient scope error caused by undefined field in jwtAuthz
#47
afilazzola
opened
2 years ago
5
Make Typescript Play Nicely with JWT-Authz
#46
drewhoffer
closed
3 years ago
4
Restify support.
#45
june07
closed
3 years ago
1
Add 'jsonErrorResponse' option and make the server response dependent on it.
#44
Gormitt
closed
3 years ago
1
Setup the CODEOWNERS for pull request reviews
#43
lbalmaceda
closed
4 years ago
1
Customizable error messages
#42
kaushalmk90
opened
4 years ago
2
Release 2.4.1
#41
adamjmcgrath
closed
4 years ago
0
Should use "export =" to model CommonJS
#40
adamjmcgrath
closed
4 years ago
0
Release 2.4.0
#39
adamjmcgrath
closed
4 years ago
1
Custom user key
#38
adamjmcgrath
closed
4 years ago
0
Fix a couple of dependabot alerts for husky
#37
adamjmcgrath
closed
4 years ago
0
403 or 401?
#36
donavon
closed
4 years ago
1
added typescript support added into repo but not published on npm
#35
phaldiya
closed
4 years ago
0
Version on NPM doesn't match Github repo contents
#34
South-Paw
closed
4 years ago
0
Add option for custom user key (customUserKey)
#33
ioMatrix
closed
4 years ago
3
Need to push to NPMJS
#32
anishkny
closed
4 years ago
0
docs(README): Minor clarification
#31
anishkny
closed
4 years ago
1
Error handling in express routes
#30
dibishks
closed
4 years ago
1
added typescript support
#29
jake-wickstrom
closed
5 years ago
1
Add Typescript Support
#28
jake-wickstrom
closed
5 years ago
5
Update 'any scopes' documentation
#27
adrianroworth
closed
5 years ago
1
Misleading/incorrect documentation
#26
adrianroworth
closed
5 years ago
2
No types for express-jwt-authz
#25
jabney
closed
5 years ago
1
Use AuthenticationError
#24
yliaho
closed
1 year ago
2
Allow custom scope key to be an array
#23
magmastonealex
closed
5 years ago
1
Added support for custom keys
#22
deammer
closed
5 years ago
1
Added support for array scopes
#21
deammer
closed
5 years ago
2
If authentication fails, return a 'WWW-Authenticate' header, as per R…
#20
akehir
closed
5 years ago
3
WWW-Authenticate Response Header Field Missing
#19
akehir
closed
5 years ago
1
Added option to call next() when scope is insufficient
#18
eugeniop
closed
5 years ago
1
Option to bubble error instead of returning the response directly
#17
eugeniop
closed
5 years ago
12
res.send args are deprecated
#16
calmcl1
closed
5 years ago
2
Added support for array scopes.
#15
danielbjornadal
closed
5 years ago
7
req.user.scope can be an array
#14
brandonrutledge
closed
5 years ago
2
Return 403 for insufficient scope
#13
luisrudge
closed
6 years ago
0
Replace res.send with res.status().send()
#12
luisrudge
closed
6 years ago
0
Add prettier, upgrade version, readme, peer dependency
#11
luisrudge
closed
6 years ago
0
Change author link to absolute url
#10
michael-lowe-nz
closed
6 years ago
0
fix express deprecated res.send(status, body)
#9
djom202
closed
6 years ago
10
Updated to use chainable status and send methods.
#8
rdahbura
closed
6 years ago
2
Update index.js
#7
rafanog
closed
6 years ago
1
fix: Returns 403 for insufficient scope
#6
marcioibm
closed
6 years ago
0
deprecated res.send(status, body)
#5
Ethan-Arrowood
closed
6 years ago
0
Add typings definition file for use with TypeScript and enhanced intellisense
#4
peterblazejewicz
closed
6 years ago
3
Added functionality for custom request key and ability to compare against some or all scopes.
#3
kurtzilla
closed
6 years ago
2
Next