Fix integration errors with 3rd party users of the client manager API.
Fix passport client manager strategy validation of registration token.
Fix REST API to include clientId request parameter in read, update and delete requests.
Improve delete response with only status 204 (No-Content).
Fix hiding mongo internal fields in responses containing client model.
NOTE: For now, the authorization server have strange problem with the access token timezone at expiresAt field, so when using the API, you should keep the access token or delete it from the db to create new one if you lost it (when restarting the server which authenticates)
PR Includes:
clientId
request parameter in read, update and delete requests.204
(No-Content
).NOTE: For now, the authorization server have strange problem with the
access token
timezone atexpiresAt
field, so when using the API, you should keep the access token or delete it from the db to create new one if you lost it (when restarting the server which authenticates)