Update OAuth2-Backend-Approach.md

This commit is contained in:
Ste Vaidis 2025-01-07 15:11:46 +02:00
parent 13bc25748b
commit cc6f64130f

View File

@ -104,6 +104,13 @@ client_secret=PASS1234
### 3. Backend **response** to Front
```json
{
"access_token": "ya29.a0AfH6SMC8Op6zXZkHi2XITkDoOVzYXt3hTY6sny54UlWlxrnKlX5Xv78is7BEHekVX-VoA",
"token_type": "Bearer",
"expires_in": 3600,
}
<details>
<summary><h4>Backend code</h4></summary>