OAuth and JWT related keywords.
https://portswigger.net/web-security/oauth https://portswigger.net/web-security/jwt
This commit is contained in:
parent
6807a52d5b
commit
9ad4e27eeb
6
http.txt
6
http.txt
|
|
@ -10,6 +10,9 @@ api/v1
|
||||||
api/v2/users/me
|
api/v2/users/me
|
||||||
api/v3/
|
api/v3/
|
||||||
assets
|
assets
|
||||||
|
auth
|
||||||
|
authentication
|
||||||
|
authorization
|
||||||
BitKeeper
|
BitKeeper
|
||||||
.bzr
|
.bzr
|
||||||
.chef
|
.chef
|
||||||
|
|
@ -34,6 +37,7 @@ habitat/plan.sh
|
||||||
health
|
health
|
||||||
.hg
|
.hg
|
||||||
js
|
js
|
||||||
|
jwks
|
||||||
jwks.json
|
jwks.json
|
||||||
.kube
|
.kube
|
||||||
.kube/config
|
.kube/config
|
||||||
|
|
@ -74,3 +78,5 @@ v3
|
||||||
version
|
version
|
||||||
.well-known
|
.well-known
|
||||||
.well-known/jwks.json
|
.well-known/jwks.json
|
||||||
|
.well-known/oauth-authorization-server
|
||||||
|
.well-known/openid-configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue