# README
basic-auth-golang
This is what I believe is a fairly secure example of a login system using JWT and HTTPOnly cookies. written within golang
##TODO
- Add logout functionality
- add better test coverage
- refactor code to make it more production ready