Merge pull request #14495 from jumpserver/pr@dev@feat_add_check_api_white_list

feat: add 'face_context' to check_api white list
pull/14496/head
Chenyang Shen 2024-11-20 17:52:06 +08:00 committed by GitHub
commit 33170887f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ known_unauth_urls = [
"/api/v1/authentication/password/reset-code/",
"/api/v1/authentication/login-confirm-ticket/status/",
"/api/v1/authentication/mfa/select/",
"/api/v1/authentication/mfa/face/context/",
"/api/v1/authentication/mfa/send-code/",
"/api/v1/authentication/sso/login/",
"/api/v1/authentication/user-session/",