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