Session
Goffee comes with a built-in users authentication feature, you can turn it on by uncommenting the auth related routes in routes.go, the authentication feature consists of the following features:
- registration
 - signin
 - reset password
 - signout
 - auth check hook to protect from none authenticated users 
hook/auth-check.go