Skip to content

Restfull api for authentication with JWT in golang without using any frameworks

License

Notifications You must be signed in to change notification settings

ishanshre/go-auth-api

Repository files navigation

go-auth-api

Restfull api for authentication with JWT in golang

.env file

POSTGRES_CONN_STRING = "user=username dbname=dbname password=password sslmode=disable"

DB_NAME = "dbname"
DB_USERNAME = "usename"
DB_PASSWORD = "password"


JWT_SECRET = "secretkey"

Project Structure

project structure

About

Restfull api for authentication with JWT in golang without using any frameworks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published