authentication-go

command module
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: MIT Imports: 8 Imported by: 0

README

authentication-go

Release Tagging Go Report Card codecov GitHub go.mod Go version

Microservice used to authorize user inside the system.

Documentation

Document URL
CLI documentation CLI.md
CICD CICD.md
Database models Database.md
CONTRIBUTING CONTRIBUTING.md
OpenAPI specification Specification

Development

You can setup the necessary services by running:

docker compose up -d

Then you can run tests by:

go test -v ./...

For locally measuring coverage:

go test -v -covermode atomic -coverprofile ./cover.txt ./...
go tool cover -html ./cover.txt
Services
Service HOST:PORT Credentials
PostgreSQL 127.0.0.1:5432 username:password@database

Coverage

circle square

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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