Skip to content

palestine-nights/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

JWT Auth service.

Create to separate logic for auth from API.

Development

Compile source code

$> go build -o main src/*.go

Run server

$> ./main

Usage

Build and deploy using docker.

See API documentation for more information.

Example with httppie.

$> http GET http://localhost:8080/auth
[
    {

    }
]

License

Project released under the terms of the MIT license.