Skip to content

Latest commit

 

History

History

oauth2-google

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fiber with Google OAuth2

Implementation of Google OAuth2 with fiber, some packages used are mentioned below

Obtain OAuth credentials from https://console.developers.google.com/

Endpoints

  • /api/ - redirects to login url

  • /api/auth/google/callback - gives a callback to google and on success return's user's email

Packages Used