Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hsndmr/go-sanctum
- Owner: hsndmr
- Created: 2022-04-12T01:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T14:30:28.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:45:19.521Z (6 months ago)
- Topics: authentication, gin, go, goauth, sanctum, sanctum-authentication
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````