auth0 / angular-auth0

Angular 1.x Wrapper for Auth0.js v9 and higher
MIT License
24 stars 22 forks source link

The wrapper do not work with the signin method when callaback argument are > 1 #6

Closed chuckmah closed 4 years ago

chuckmah commented 8 years ago

When we tigger login with a db connection and avoid the redirect the callback argument should have 4 arguments as per documentation:

auth0.login({ connection: 'db-conn', username: $('.username').val(), password: $('.password').val(), }, function (err, profile, id_token, access_token) { // store in cookies });

when i try using the wrapper this do not work, a redirect is always performed.

is this reladted with this issue? -> https://github.com/auth0/auth0.js/issues/189

ericyliu commented 8 years ago

bump

chenkie commented 8 years ago

Might be related to that issue. Looking into it.

joshcanhelp commented 4 years ago

This issue has been closed as stale because it has not had recent activity. If you have not received a response for our team (apologies for the delay), please reply with any additional information or a ping. Thank you for your contribution!