Skip to content

Authentication api using Go/Gin/Docker/PostgreSQL

Notifications You must be signed in to change notification settings

alexdenkk/auth-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth api

Authentication api using Go/Gin/Docker/PostgreSQL

Run

Run with docker

cd deployments/docker-compose
docker-compose up -d

Endpoints

POST /auth/login/

Request example

{
    "login": "alexdenkk",
    "password": "12345678",
}

Response example

{
    "token": "<token>"
}

About

Authentication api using Go/Gin/Docker/PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published