JWT Auth service.
Create to separate logic for auth from API.
Compile source code
$> go build -o main src/*.go
Run server
$> ./main
Build and deploy using docker.
See API documentation for more information.
Example with httppie.
$> http GET http://localhost:8080/auth
[
{
}
]
Project released under the terms of the MIT license.