Skip to content

gotoeveryone/auth-api

Repository files navigation

General authentication API

Build Status License GitHub version

Execute authentication and authorization with JSON Request and Response.

Getting Started

Prerequisites

Installed the following program.

  • Docker

Run

$ cp .env.example .env # with editing
$ docker compose up

Format Check

$ docker compose exec api sh -c 'go vet ./... && staticcheck ./...'

Test

$ docker compose exec api go test -v ./...

Build

$ docker compose exec api go build app/main.go

Swagger UI

About

Execute authentication and authorization with JSON Request and Response.

Resources

License

Stars

Watchers

Forks