Comment on TDD your APIparentComments−mateuszf12yYou are not creating anything?You are creating a session. That's why login could be a POST to /users/sesssions−martin-adams12yAnd depending on your architecture, a user may decide to create multiple sessions to log in via different computers. Each of which can be audited within the application and remotely logged out.
Comments
You are creating a session. That's why login could be a POST to /users/sesssions
And depending on your architecture, a user may decide to create multiple sessions to log in via different computers. Each of which can be audited within the application and remotely logged out.