AuthController vs UserController
What are the distincations between the responsibilites of AuthController and UserController within our application, and which specific endpoints should be assigned to each controller?
Examples would be greatly appreciated:)
1 Reply
auth could be authentication or authorization, so a behavior/functionality
user would be an endpoint for managing user data to me