modulepackage
0.0.5
Repository: https://github.com/immanuel-supanova/go-auth.git
Documentation: pkg.go.dev
# README
go-auth
// .env
GOAUTHDB="host=host user=user password=pass dbname=dbname port=port sslmode=disable"
DEBUG=<Either true or false>
// main.go
func init() {
goauth.Config()
goauth.ConnectToDb()
goauth.SyncDatabase()
}
...
func main() {
goauth.UserServer.ListenAndServe()
}
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author