Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hsndmr/go-sanctum

Go Sanctum offers a simple-to-use authentication system like Laravel Sanctum.
https://github.com/hsndmr/go-sanctum

authentication gin go goauth sanctum sanctum-authentication

Last synced: about 1 month ago
JSON representation

Go Sanctum offers a simple-to-use authentication system like Laravel Sanctum.

Awesome Lists containing this project

README

        

## Go Sanctum
Go Sanctum offers a simple-to-use authentication system like Laravel Sanctum.
## Installation
Clone the repository
````
git clone https://github.com/hsndmr/go-sanctum
````
Go to the repository folder and execute command
````
docker build --tag go-sanctum .
````

Run the go-sanctum docker image
````
docker run -p 3000:3000 --name go-sanctum go-sanctum
````
Open swagger
````
http://localhost:3000/swagger/index.html
````