personal-site/routes
2021-12-19 14:56:00 -05:00
..
about.go Renamed controllers package to routes. 2021-12-14 11:13:53 -05:00
about_test.go Renamed controllers package to routes. 2021-12-14 11:13:53 -05:00
contact.go Renamed controllers package to routes. 2021-12-14 11:13:53 -05:00
error.go Renamed controllers package to routes. 2021-12-14 11:13:53 -05:00
forgot_password.go Finished password reset workflow. Remove all password tokens upon successful reset. 2021-12-16 21:27:52 -05:00
home.go Renamed controllers package to routes. 2021-12-14 11:13:53 -05:00
login.go Finished password reset workflow. Remove all password tokens upon successful reset. 2021-12-16 21:27:52 -05:00
logout.go Generate password reset tokens upon submission. 2021-12-15 21:17:39 -05:00
register.go Validate if the email address is already in use during registration. 2021-12-16 20:58:38 -05:00
reset_password.go Finished password reset workflow. Remove all password tokens upon successful reset. 2021-12-16 21:27:52 -05:00
router.go Skip serving cached page if the user is logged in or the request is not a GET. 2021-12-19 13:01:52 -05:00
routes_test.go Added shutdown method to containers. 2021-12-19 14:56:00 -05:00