Closed
Bug 659155
Opened 14 years ago
Closed 14 years ago
authenticate should populate requested elements in the user object
Categories
(Cloud Services :: Server: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: telliott, Unassigned)
References
Details
At the moment, we authenticate for user and password, then request primaryNode (and possibly other data). That's a bunch of extra round-trips that wouldn't be necessary if we could pass in attributes we expect to need at that point. Stick them in the user object and victory!
| Reporter | ||
Comment 2•14 years ago
|
||
new authenticate_user method takes an optional array parameter in which you specify the names of fields to put into the user object.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•