API token authentication has been added in gendox, and the appropriate Spring security components have been added according to #355.
The /profile API should return the profile even if the authentication method is the API token and not an actual user with JWT
To reproduce this, add the Header in the request:
x-api-key: gxsk-1234
As part of this ticket, the method OrganizationService#getOrganizationProfileById should be implemented to calculate the UserProfile object for the requested organization in the role specified.
Description
API token authentication has been added in gendox, and the appropriate Spring security components have been added according to #355.
The
/profile
API should return the profile even if the authentication method is the API token and not an actual user with JWT To reproduce this, add the Header in the request:x-api-key: gxsk-1234
As part of this ticket, the method
OrganizationService#getOrganizationProfileById
should be implemented to calculate the UserProfile object for the requested organization in the role specified.