Closed emreshome closed 6 years ago
Since we have to keep users info in session, beside token API should return users info also. otherwise ./users/* endpoint requires authorization and we have to iterate over all users to find the user.
Instead of that /me endpoint is added. With this endpoint, you can get the detailed information about user logged in.
/me
About
Since we have to keep users info in session, beside token API should return users info also. otherwise ./users/* endpoint requires authorization and we have to iterate over all users to find the user.