mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
feat(security): add resource token authentication using HttpOnly Cookie
This commit is contained in:
@@ -77,8 +77,7 @@ async def login_access_token(
|
||||
super_user=user.is_superuser,
|
||||
user_name=user.name,
|
||||
avatar=user.avatar,
|
||||
level=level,
|
||||
permissions=user.permissions or {}
|
||||
level=level
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user