-
-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Description
Logged user
So we implemented the following logic: API returns the authentication token to the client if credentials are correct.
We will now implement the following logic: we’ll find the corresponding user of an authentication token given into the HTTP header. We’ll need to do so each time this client requests a protected page.
My question is: Do you mean "protected page"? Protected pages make sense in a standard Rails application but I'm confused about how an API app has pages. I was wondering if it might be better described as:
We’ll need to do so each time a client request requires permission.
Otherwise authorization?
tenzan
Metadata
Metadata
Assignees
Labels
No labels