Actions
Patch #4596
closedREST api fto get account info ?
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2010-01-16
Due date:
% Done:
0%
Estimated time:
Description
Hi,
it could be very useful for other software that would want to authenticate against redmine,
to have /my/account.(json|xml) return account information (User.current).
Here's a small patch to provide this.
Files
Related issues
Updated by Eric Hollering over 14 years ago
+1 Definitely would like to see this.
Updated by Jean-Philippe Lang over 14 years ago
Sending the user's password hash in the response is not a good idea.
Updated by Adam Kaplan over 14 years ago
Jean-Philippe Lang wrote:
Sending the user's password hash in the response is not a good idea.
I'm trying to get Redmine adopted by the NY Times and this API would be a critical step. I think a user information API would be very powerful feature:
- Query for account existence
- Ability to create an account stub
- Retrieve core account info -- first, last, email
I'll create a more complex and secure patch based on the above.
Updated by Jean-Philippe Lang almost 14 years ago
- Status changed from New to Closed
The REST API for Users was added in trunk and will be available in 1.1.
Actions