We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When using <img src="...">, we cannot plug custom headers like bearer ones.
<img src="...">
bearer
To be compatible with OIDC:
The route "get my avatar" /api/user/profile/avatar is protected, so it should not be used anymore.
The route to use instead is /api/users/:userId/profile/avatar , which is an unprotected route.
The text was updated successfully, but these errors were encountered:
linagora#152 use personal avatar route compatible with OIDC
d020972
43a1b09
Merge pull request #153 from MichaelBailly/152-avatar-route
09f8426
#152 use personal avatar route compatible with OIDC
9c3796c
No branches or pull requests
When using
<img src="...">
, we cannot plug custom headers likebearer
ones.To be compatible with OIDC:
The route "get my avatar" /api/user/profile/avatar is protected, so it should not be used anymore.
The route to use instead is /api/users/:userId/profile/avatar , which is an unprotected route.
The text was updated successfully, but these errors were encountered: