module
0.0.0-20240908172450-6602b23b7a90
Repository: https://github.com/mohitvachhani/go-learn.git
Documentation: pkg.go.dev
# README
go-learn
This is just a repo for learning GO.
Implemented:
- User Email SignUp.
- User Email Login.
- Creating JWT LoginTokens: (accessToken, refreshToken)
- GetUser api secured with accessToken.
- Google Auth (link: http://localhost:4000/auth/google?state={"authType":"signUp"})
- Handling creation of user and creation of access-token on signUp and login respectivel