go-server-bootstrap icon indicating copy to clipboard operation
go-server-bootstrap copied to clipboard

A simple sample Go web server with authentication (via OAuth, using Clef.io)

Results 6 go-server-bootstrap issues
Sort by recently updated
recently updated
newest added

This is like looking back at that mullet you had in college, the one that you thought was such a good idea at the time. (But seriously, the Makefile needs...

Handle server errors more gracefully in separate function that checks for debug mode vs. production mode and displays either full trace or a user-friendly error message.

There is no reason to be serving this when it can just be dynamically linked, especially since the purposes of this demo is to provide a lightweight/barebones server that people...

README is accurate but incomplete - it no longer demonstrates (just) web authentication, and it includes non-OAuth registration/signup as well, along with database storage.

Demonstrate storage of basic information in a database using Go's native clients such as mgo or GoMySQL.

enhancement

Demonstrate encryption of passwords using Go's bcrypt library.

enhancement