/go-learn

This is just a repo for learning GO.

Primary LanguageGo

go-learn

This is just a repo for learning GO.

Implemented:

  1. User Email SignUp.
  2. User Email Login.
  3. Creating JWT LoginTokens: (accessToken, refreshToken)
  4. GetUser api secured with accessToken.
  5. Google Auth (link: http://localhost:4000/auth/google?state={"authType":"signUp"})
  6. Handling creation of user and creation of access-token on signUp and login respectivel