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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Dynamic Client Registration, we want the registration access token to be usable only once.
On the GET request, we do not renew the registration access token. Specs for read response here.
On the PATCH request, we should renew the registration access token.
On the DELETE request, we do not care as the client is deleted...
The text was updated successfully, but these errors were encountered:
lusoalex
No branches or pull requests
Expected Behaviour
On Dynamic Client Registration, we want the registration access token to be usable only once.
Implementation
On the GET request, we do not renew the registration access token.
Specs for read response here.
On the PATCH request, we should renew the registration access token.
On the DELETE request, we do not care as the client is deleted...
The text was updated successfully, but these errors were encountered: