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
in Exist.js code you have your client ID:
auth: function() { window.location = 'https://exist.io/oauth2/authorize?response_type=code&client_id=########&redirect_uri=https%3A%2F%2Fexist.redeclipse.net%2F&scope=read+write'; }
The text was updated successfully, but these errors were encountered:
b7e58cf
Nice catch, happy first issue!
Sorry, something went wrong.
Actually, it seems like the OAuth2 callback requires this code. Not sure how to obscure it using pure JS, so reopening this issue.
qreeves
No branches or pull requests
in Exist.js code you have your client ID:
auth: function() {
window.location = 'https://exist.io/oauth2/authorize?response_type=code&client_id=########&redirect_uri=https%3A%2F%2Fexist.redeclipse.net%2F&scope=read+write';
}
The text was updated successfully, but these errors were encountered: