YouSangSon / auth_server

auth_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

auth_server

License:MIT License


Languages

Language:Go 100.0%