From 4b61bc5a438ed6c5edde9f378792faa425b90692 Mon Sep 17 00:00:00 2001 From: JuLi0n21 <97122234+JuLi0n21@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:31:43 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7bd2ce..5fcfcd1 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Route access token back to end user without them needing own Api credentials! - CLIENT_ID: client_id - 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 6. recieive anser at: https://localhost:4200/{CALLBACK_URL}?access_token={access_token}&refresh_token={refresh_token}&expires_in={expires_in} 7. profit? -## use at own risk, security holes might be in there \ No newline at end of file +## use at own risk, security holes might be in there