Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 547 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 547 Bytes

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.