-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Log
Sean Lynch edited this page Apr 24, 2019
·
2 revisions
4/23/19
Added auth systems, seems to be working as intended. Decided to go with bcrypt & hash my own passwords since the current /:user/:list route is working and didn't want to have to refactor that or like do some cross-db queries (although tbh I didn't really dig deep into that). There seems to be great support for couchdb-based auth and I think in the future the client itself could send queries to the couch instance directly and handle a lot of auth, maybe some other features too.