- Norway
- https://saucey.red
- Joined on
2025-04-28
@radical wrote in gorb/backend#7 (comment):
revoke will not be changed however, we'll have a separate endpoint for logout
Agreed
@radical wrote in gorb/backend#7 (comment):
apparently actix has a built in for this, ill implement it
let mut refresh_token_cookie =…
@radical wrote in gorb/backend#7 (comment):
@sauceyred wrote in #7 (comment):
@radical wrote in #7 (comment):
@sauceyred wrote in #7…
@radical wrote in gorb/backend#7 (comment):
@sauceyred wrote in #7 (comment):
@radical wrote in #7 (comment):
@sauceyred wrote in #7…
@radical wrote in gorb/backend#7 (comment):
@sauceyred wrote in #7 (comment):
Please add `Set-Cookie: refresh_token={token}; HttpOnly; Secure;…
Please add Set-Cookie: refresh_token={token}; HttpOnly; Secure; SameSite=None; Path=/api/; Max-Age=0
to the 401 response of the /refresh endpoint and the 200 response of the /revoke endpoint so…