OAuth and JWT related keywords.

https://portswigger.net/web-security/oauth
https://portswigger.net/web-security/jwt
This commit is contained in:
Your Name 2022-06-16 07:30:17 +01:00
parent 6807a52d5b
commit 9ad4e27eeb
1 changed files with 6 additions and 0 deletions

View File

@ -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