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:
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upType | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
README.md |
|
|
![]() |
handlers.go |
|
|
![]() |
main.go |
|
|
![]() |
test.http |
|
|
![]() |
users.sql |
|
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: