package
0.0.0-20160127021637-02c50cec15a5
Repository: https://github.com/driusan/gowebapp.git
Documentation: pkg.go.dev

# README

This folder contains a application which includes a simple user validation/authentication. If the password "hunter2" is in the query string (or form submission), it will pass. Otherwise, it will return a 403 error.

# Structs

This should look familiar from SimpleGetApp.
Define a new type of TokenExtractor.