issues
search
hackathon-cli-recommendation
/
cli-recommendation
4
stars
5
forks
source link
[Auth] Add jwt verification for jwt
#38
Closed
wangzelin007
closed
1 year ago
wangzelin007
commented
1 year ago
JWT token will be verified according to the following rules:
Is the app id in allowed list?
Whether the token expires
Whether the token comes from Azure Active Directory
JWT token will be verified according to the following rules: