Skip to content
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

Add cross-origin-auth support to Passwordless #482

Merged
merged 1 commit into from
Aug 9, 2017
Merged

Conversation

luisrudge
Copy link
Contributor

No description provided.

@luisrudge luisrudge added this to the v8-Next milestone Aug 8, 2017
WebAuth.prototype.passwordlessLogin = function(options, cb) {
var loginOptions = objectHelper.extend(
{
credentialType: 'http://auth0.com/oauth/credential-type/otp',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change this to http://auth0.com/oauth/legacy/credential-type/passwordless/otp

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove /legacy in there

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did that. This change is outdated.

Copy link
Contributor

@aaguiarz aaguiarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@luisrudge luisrudge merged commit 14fdb6b into master Aug 9, 2017
@luisrudge luisrudge deleted the pwdless-coa branch August 9, 2017 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants