Skip to content

Commit

Permalink
remove httponly cookie (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisher60 authored Jun 25, 2024
1 parent 1a32e4c commit 75e73bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/abandonauth/routers/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ async def index(request: Request, code: str | None = None) -> RedirectResponse:
resp.set_cookie(
key="Authorization",
value=token, # pyright: ignore [reportArgumentType]
httponly=True,
secure=True
)

Expand Down

0 comments on commit 75e73bf

Please sign in to comment.