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

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.

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))