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
Hi,
I am using your aurelia-auth application from your repository. I have made necessary changes in authConfig file with respect to Facebook login.
when I run below code it opens a popup which throwing 500 internal server error as there is no end point https://mydomain.com/auth/facebook.
return this.auth.authenticate('facebook') .then((response) => { console.log("auth response " + response.token); }).catch(err => { console.log("authenticatefailure : ", err); });
Let me know do I need to include some ting else.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Any update on this as i need to close this implementaion soon.
No branches or pull requests
Hi,
I am using your aurelia-auth application from your repository. I have made necessary changes in authConfig file with respect to Facebook login.
when I run below code it opens a popup which throwing 500 internal server error as there is no end point https://mydomain.com/auth/facebook.
return this.auth.authenticate('facebook')
.then((response) => {
console.log("auth response " + response.token);
}).catch(err => {
console.log("authenticatefailure : ", err);
});
Let me know do I need to include some ting else.
The text was updated successfully, but these errors were encountered: