Skip to content

End-to-end authentication framework with GO

Latest
Compare
Choose a tag to compare
@tans105 tans105 released this 02 May 08:13
· 3 commits to master since this release

Yay! it's the first release. Presenting my first full-fledged web application using Golang. Here is the list of features

  • Sign up page ( with basic server-side validations )
  • Sign in page ( with basic server-side validations )
  • Logout implementation
  • Barebone home page ( to be worked on the next release )
  • Cookie & session-based authentication
  • Database integration using Gorm ORM with Postgres ( can be used with any other vendor )
  • Storage of user and session details in the database and its retrieval at time of login
  • Password encryption and verification using bcrypt

Screenshots

image

image

image