Skip to content

Latest commit

History

History
13 lines (12 loc) 路 750 Bytes

README.md

File metadata and controls

13 lines (12 loc) 路 750 Bytes

larostore-api

Laravel (sorry 馃槶) API for Larostore.

TODOS

  • Fix migrations files (droping tables in "up" and "down") - low priority
  • Edit users table to divide name in first name and last name, add description and all that stuff - medium priority
  • Edit separe update-email, update-password, update-username and update basics (name and all updates from previous todo) in UserController - medium priority
  • Create a new table for deleted users, dont care about the time to really delete, just move the "deleted" user and add method to recover it. - medium priority
  • Understand how do JWT works, and if them doesn't save tokens in DB, how is posible to "refresh" them? - super low priority