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 Product Manager,
I want to use access token for the API authorization in the apps as the current NJS implementation doesn't support access token yet.
access token
API authorization
AC:
access_token
id_token
refresh_token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a Product Manager,
I want to use
access token
for theAPI authorization
in the apps as the current NJS implementation doesn't support access token yet.AC:
access_token
in the NJS code.access_token
in the key/value store as same as the NGINX RP storesid_token
andrefresh_token
.The text was updated successfully, but these errors were encountered: