joy-framework / joy

A full stack web framework written in janet
https://joy.swlkr.com
MIT License
532 stars 29 forks source link

Auth #24

Closed swlkr closed 4 years ago

swlkr commented 4 years ago

joy add auth table <table> joy add auth routes <table>

~- [ ] Generate table <table> with fields email, password, last-sign-in-at, reset-password-token, reset-password-token-expires-at~ ~- [ ] Generate session and <table> routes with sign up/in/out + forgot/reset password functions~ ~- [ ] Generate a reset password "mailer" file~ ~- [ ] Generate a middleware file for checking authentication~ ~- [ ] Send reset password emails~ ~- [ ] Two factor auth~