https://github.com/yehezkiel1086/golang-basic-auth-template
📖 Go basic authentication template for easy access
https://github.com/yehezkiel1086/golang-basic-auth-template
authentication golang template
Last synced: about 1 year ago
JSON representation
📖 Go basic authentication template for easy access
- Host: GitHub
- URL: https://github.com/yehezkiel1086/golang-basic-auth-template
- Owner: yehezkiel1086
- Created: 2022-12-08T11:40:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T11:41:22.000Z (over 3 years ago)
- Last Synced: 2025-02-18T05:34:41.646Z (over 1 year ago)
- Topics: authentication, golang, template
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-basic-auth-template
```
> curl --user username:password http://localhost:3000/
```