saasitone/routes
2022-02-02 21:24:52 -05:00
..
about_test.go Expanded HTML examples in the about page template. 2021-12-25 12:35:13 -05:00
about.go Changed module name. 2022-01-01 10:44:18 -05:00
contact.go Expanded mail client for easier email operations. 2022-01-14 15:42:32 -05:00
error.go Handle context cancellations and avoid logged errors. 2022-01-09 00:23:26 -05:00
forgot_password.go Include password token entity ID in reset URL in order to prevent loading all tokens. 2022-01-27 08:44:12 -05:00
home.go Changed module name. 2022-01-01 10:44:18 -05:00
login.go Changed module name. 2022-01-01 10:44:18 -05:00
logout.go Changed module name. 2022-01-01 10:44:18 -05:00
register.go Expanded mail client for easier email operations. 2022-01-14 15:42:32 -05:00
reset_password.go Use entity update method rather than query. Fixed password reset form action. 2022-01-09 21:30:09 -05:00
router.go Include password token entity ID in reset URL in order to prevent loading all tokens. 2022-01-27 08:44:12 -05:00
routes_test.go Added asynq and a task client to the container to faciliate task queues. 2022-02-02 21:24:52 -05:00
search.go Changed module name. 2022-01-01 10:44:18 -05:00
verify_email.go Use entity update method rather than query. Fixed password reset form action. 2022-01-09 21:30:09 -05:00