https://github.com/spankie/go-auth
This is a golang web server, with authentication built in. It was created for use as a template to get started building a web server, as quickly as possible.
https://github.com/spankie/go-auth
authentication go golang
Last synced: 5 months ago
JSON representation
This is a golang web server, with authentication built in. It was created for use as a template to get started building a web server, as quickly as possible.
- Host: GitHub
- URL: https://github.com/spankie/go-auth
- Owner: spankie
- License: bsd-3-clause
- Created: 2020-09-21T01:36:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T18:19:50.000Z (over 4 years ago)
- Last Synced: 2024-06-20T16:19:29.989Z (about 2 years ago)
- Topics: authentication, go, golang
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GO-AUTH
This is a golang web server with authentication built in. It was created for use as a template to get a started building a web server as quickly as possible.
The design is mostly influenced by [Mat Ryer's Talk on how he builds web applications after so many years](https://pace.dev/blog/2018/05/09/how-I-write-http-services-after-eight-years.html)
# Authors
- Odohi David ([spankie](https://github.com/spankie))
- Daniel Oluojomu ([danvixent](https://github.com/danvixent))