Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification when a user enters a password. You need to add your custom templates and post the username and password parameter to /login when using the post mode. Folder Layout This will serve index.html and show finish.html upon sending a post request. You can use the asset_folder to store your custom assets needed …