This commit is contained in:
JuLi0n21
2024-01-10 04:31:43 +01:00
committed by GitHub
parent fd722ac48e
commit 4b61bc5a43

View File

@@ -13,11 +13,11 @@ Route access token back to end user without them needing own Api credentials!
- CLIENT_ID: client_id - CLIENT_ID: client_id
- CLIENT_SECRET: client_secret - CLIENT_SECRET: client_secret
5. Add link to the vercel domain with port as state to /authoritze: 5. Add link to the vercel domain with port as state to /authorize:
https://example.vercel.app/authorize?port=4200 https://example.vercel.app/authorize?port=4200
6. recieive anser at: 6. recieive anser at:
https://localhost:4200/{CALLBACK_URL}?access_token={access_token}&refresh_token={refresh_token}&expires_in={expires_in} https://localhost:4200/{CALLBACK_URL}?access_token={access_token}&refresh_token={refresh_token}&expires_in={expires_in}
7. profit? 7. profit?
## use at own risk, security holes might be in there ## use at own risk, security holes might be in there