https://github.com/linux08/auth
Getting through the basics of setting up an authentication in Golang.
https://github.com/linux08/auth
authentication golang gorilla-mux jwt jwt-authentication rest-api
Last synced: 27 days ago
JSON representation
Getting through the basics of setting up an authentication in Golang.
- Host: GitHub
- URL: https://github.com/linux08/auth
- Owner: linux08
- Created: 2019-01-27T05:51:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T17:50:38.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T13:35:42.875Z (6 months ago)
- Topics: authentication, golang, gorilla-mux, jwt, jwt-authentication, rest-api
- Language: Go
- Size: 191 KB
- Stars: 48
- Watchers: 2
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-authentication
To start this app, perform the following step in order
1. Clone this repo to your machine
2. cd into the project folder
3. enter `go run main.go` to start server