Actions
Feature #8852
openadd token-based authentication feature for API
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Actions
Added by Joseph Magen almost 11 years ago. Updated over 7 years ago.
Dominic Cleal wrote:
We have OAuth support (#1576), session support ...
How is session support related to this bearer token support? Is it the same?
Jan Pazdziora wrote:
Dominic Cleal wrote:
We have OAuth support (#1576), session support ...
How is session support related to this bearer token support? Is it the same?
A user who has authed via the usual login page will have a Rails session and cookie, which works to auth against the API. Katello (an Angular app I believe) relies on this as the client-side JavaScript queries the API using the active session.
Switched status back to New. Simon, can you take a look at this?