Categorygithub.com/gotoeveryone/auth-api
repository
1.6.4
Repository: https://github.com/gotoeveryone/auth-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag.

# README

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