Skip to content

simple Google Cloud Function to handle client side github oAuth

License

Notifications You must be signed in to change notification settings

cristyansv/github-serverless-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-serverless-oauth

simple Google Cloud Function to handle client side github oAuth

replace the configuration variables with your client_id & client_secret of your github oauth app

const config = {
  client_id: "****",
  client_secret: "***"
};

About

simple Google Cloud Function to handle client side github oAuth

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published