Fix AuthCallback's code handling.

This commit is contained in:
Yang Luo
2021-03-21 00:38:00 +08:00
parent 8b921b2c1e
commit 7f367ae346
4 changed files with 38 additions and 7 deletions

View File

@ -68,6 +68,7 @@ m = (r.subOwner == p.subOwner || p.subOwner == "*") && (r.subName == p.subName |
p, built-in, *, *, *, *, *
p, *, *, POST, /api/register, *, *
p, *, *, POST, /api/login, *, *
p, *, *, GET, /api/get-app-login, *, *
p, *, *, POST, /api/logout, *, *
p, *, *, GET, /api/get-account, *, *
p, *, *, POST, /api/login/oauth/access_token, *, *