All Projects → sohamkamani → go-password-auth-example

sohamkamani / go-password-auth-example

Licence: other
Implementation of simple password authentication in Go

Programming Languages

go
31211 projects - #10 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].