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
As a user I become an admin if I use refresh token and set provider to admins.
And also I can get access token for the user if I use admin's refresh token and set provider to users.
{ "grant_type": "refresh_token", "refresh_token": "{any_valid_refresh_token_for_the_user}", "client_id": 1, "client_secret": "secret", "scope": "", "provider": "admins" }
Edit: Admin and User have the same id in database.
The text was updated successfully, but these errors were encountered:
@sfelix-martins I have the same thing (
Sorry, something went wrong.
No branches or pull requests
As a user I become an admin if I use refresh token and set provider to admins.
And also I can get access token for the user if I use admin's refresh token and set provider to users.
Edit: Admin and User have the same id in database.
The text was updated successfully, but these errors were encountered: