From f60ea0880b880014e8ab31a434cdf81c57def839 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 09:46:56 +0200 Subject: [PATCH] Update OAuth2.md --- OAuth2.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OAuth2.md b/OAuth2.md index 3d5d12f..c88a858 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -34,11 +34,11 @@ GET https://accounts.google.com/o/oauth2/v2/auth? Google redirects the user back to your platform's redirect_uri `https://xorismesiti.gr/callback` with an authorization_code in the query parameters. -`URL`: https://xorismesiti.gr/callback -`HTTP` Method: GET -`Parameters`: -`code`: The authorization code sent by Google. -`state`: The same state value sent in the original request (for CSRF protection). +- `URL`: https://xorismesiti.gr/callback +- `HTTP` Method: GET +- `Parameters`: +- `code`: The authorization code sent by Google. +- `state`: The same state value sent in the original request (for CSRF protection). ```sh GET https://xorismesiti.gr/callback?