-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Fix missing check that ranger's authorization challenge is solved #106
Comments
@Thedabest have you resolved this issue? |
fixed |
@huuhait can you please tell me how did you manage to solve this issue. I have the exact same problem tried also with ranger node test script, same results. |
@huuhait how u managed to fix? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trading-ui does send jwt token to ranger, but there is no check that authorization challenge is solved, need to add the check and show an alert if authorization is failed.
Good example of such check is here: https://github.com/rubykube/ranger-example-nodejs
related issues #102 #105
The text was updated successfully, but these errors were encountered: