Skip to content

Instantly share code, notes, and snippets.

@JRaspass
Last active October 10, 2019 15:38
Show Gist options
  • Save JRaspass/77392e1b49a798e9885886ae4470465e to your computer and use it in GitHub Desktop.
Save JRaspass/77392e1b49a798e9885886ae4470465e to your computer and use it in GitHub Desktop.
GET /log-in
Click on "Log In with Google"
GET /log-in/google
307 Temporary Redirect
Location: //accounts.google.com/o/oauth2/auth?state=xxx&...
Set-Cookie: __Host-csrf=xxx; HttpOnly; Path=/; SameSite=Lax; Secure
GET /log-in/google/callback
307 Temporary Redirect
Location: /
Set-Cookie: __Host-account=123:HMAC; HttpOnly; Path=/; SameSite=Lax; Secure
Set-Cookie: __Host-csrf=; HttpOnly; Path=/; SameSite=Lax; Secure; Max-Age=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment