kiddkevin00/sugarpost-backend-core

[Feature] Add endpoints to support signup and login and logout

Closed this issue · 1 comments

This feature also includes the following tasks:

  • Create and destroy session.
  • Add validation middleware for every protected endpoints.
  • Make sure error will bubble up in a standard way.

[TODO] Session and logout endpoint haven't implemented yet.