C
C#11mo ago
Rodersnow

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
this_is_pain
this_is_pain11mo ago
auth could be authentication or authorization, so a behavior/functionality user would be an endpoint for managing user data to me

Did you find this page helpful?