You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it'd be cool if we structured our auth to be more RESTful by having a /me route: POST means signup, PUT means login, DELETE means logout, GET means retrieve data of current user.
The text was updated successfully, but these errors were encountered:
I think it'd be cool if we structured our auth to be more RESTful by having a
/me
route: POST means signup, PUT means login, DELETE means logout, GET means retrieve data of current user.The text was updated successfully, but these errors were encountered: