bluSCALE4 / go-password-auth-example

Implementation of simple password authentication in Go

Home Page:https://www.sohamkamani.com/blog/2018/02/25/golang-password-authentication-and-storage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password authentication in Go

Read the blog post here.

This repository is an implementation of simple password based authentication and storage in Go. Passwords are stored in a Postgres DB instance.

To run the application:

  • Create a postgres DB and a users table using the users.sql.
  • Start the application with the commands: go build and ./go-password-auth-example
  • Test the application with the requests in the test.http file

About

Implementation of simple password authentication in Go

https://www.sohamkamani.com/blog/2018/02/25/golang-password-authentication-and-storage/


Languages

Language:Go 100.0%