Clients like Roundcube do not need any user data, only user ID
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKd653a997ee7e: Performance: Support minimum response in api/auth/login request
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/user-response-short
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 54240 Build 19254: arc lint + arc unit
Event Timeline
Comment Actions
A more generic solution might be that the client can simply list the thing's it wants. which would be 'id' in this case (I suppose having the access_token implicit makes sense?).
Comment Actions
It could be a solution, but for now I'd rather not make too many ifs. The token related data is always required, I'm not sure we could save some time on this, maybe we could skip the refresh token somehow, but I'm not sure we have control on this part of the codebase.