thewillhuang / Lambda-oAuth-Redirect

a lambda service to securely request for access token with authorization_code or refresh_token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Apex Lambda function built using aws codebuild with client id, client secreted stored in codebuild

try it out

curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{ "code": <Auth code from oauth>, }' https://74awtm2943.execute-api.us-east-1.amazonaws.com/prod

About

a lambda service to securely request for access token with authorization_code or refresh_token


Languages

Language:JavaScript 100.0%