auth

module
v0.0.0-...-cd90080 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: MIT

README

auth

Authentication submodule of microservices

go mod init github.com/CodingForFunAndProfit/auth

go get github.com/spf13/viper go get google.golang.org/grpc go get gorm.io/gorm go get gorm.io/driver/postgres go get golang.org/x/crypto/bcrypt go get github.com/golang-jwt/jwt

mkdir -p cmd pkg/config/envs pkg/db pkg/models pkg/pb pkg/services pkg/utils touch Makefile cmd/main.go pkg/config/envs/dev.env pkg/config/config.go pkg/pb/auth.proto pkg/db/db.go pkg/models/auth.go pkg/services/auth.go pkg/utils/hash.go pkg/utils/jwt.go

Directories

Path Synopsis
pkg
db
pb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL