https://github.com/yajatkaul/goauth
Authentication template for go lang
https://github.com/yajatkaul/goauth
authentication backend golang mongodb
Last synced: 5 months ago
JSON representation
Authentication template for go lang
- Host: GitHub
- URL: https://github.com/yajatkaul/goauth
- Owner: yajatkaul
- Created: 2024-08-07T14:18:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T09:04:48.000Z (over 1 year ago)
- Last Synced: 2025-03-31T06:22:12.791Z (about 1 year ago)
- Topics: authentication, backend, golang, mongodb
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tech Used
###
###
/backend/.env
###
```shell
PORT = portNo
DB_URI = "dbUri"
```
Changes to be made
###
> ~~- Need to manage the session tokens on the server side~~
###
###