https://github.com/codesoap/webauth-tests
A rudimentary web authentication implementation in golang for learning purposes
https://github.com/codesoap/webauth-tests
Last synced: 10 months ago
JSON representation
A rudimentary web authentication implementation in golang for learning purposes
- Host: GitHub
- URL: https://github.com/codesoap/webauth-tests
- Owner: codesoap
- Created: 2019-10-10T19:57:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T19:57:48.000Z (over 6 years ago)
- Last Synced: 2025-05-17T09:11:30.598Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a quick and dirty implementation of web authentication using
bcrypt, JWT and cookies. I did this as a learning exercise.
If you ever wondered how some simple web authentication could be set up
you might find the code interesting.
The code is absolutely unsafe for production use and near to no error
handling is implemented.