This commit is contained in:
parent
46b5040099
commit
65183e26c0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ async def logout(
|
||||||
Remove the current session based on the access token, effectively invalidating the current refresh token.
|
Remove the current session based on the access token, effectively invalidating the current refresh token.
|
||||||
"""
|
"""
|
||||||
await session_service.remove_session(
|
await session_service.remove_session(
|
||||||
db=db, id=UUID(token.session), initiator=f"user:{token.subject}"
|
db=db, id=UUID(token.session)
|
||||||
)
|
)
|
||||||
return list()
|
return list()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue