Skip to content

Simple sigin & signup with google account implement Oauth2 + JWT

Notifications You must be signed in to change notification settings

teranixbq/goauth2-e.g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oauth2 Google Account & JWT

Preparing

  • Create OAuth consent screen Google Cloud APIs
  • Create app information (only the required content on step 1)
  • Select scope (select userinfo.email and userinfo.profile on step 2)
  • Save and continue on
  • Next Click Credentials on left button
  • Create Credentials , select application type web application
  • Set 2 URL on Authorized JavaScript origins : set http://localhost & http://localhost:<your-port>
  • Next, set Authorized redirect URIs your callback URL : example http://localhost:8080/callback
  • Save

About

Simple sigin & signup with google account implement Oauth2 + JWT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages