You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error , while opening the link which i have received on my entered email ID. I am using this method to request the email link -
auth0.auth
.passwordlessWithEmail({
email: 'ptiwari@contentactive.com',
send: 'link',
})
.then(() =>
Alert.alert('Email Sent', 'Check your email for the login link'),
)
.catch(error => {
console.log('error', error);
Alert.alert('Error', error.message);
});
I have properly configured the callback and logout URL's in Auth0 portal. Also i have enabled the Passwordless OTP Grant type.
Reproduction
Just call this method to receive the link -
auth0.auth
.passwordlessWithEmail({
email: '{YOUR_EMAIL_ID}',
send: 'link',
})
.then(() =>
Alert.alert('Email Sent', 'Check your email for the login link'),
)
.catch(error => {
console.log('error', error);
Alert.alert('Error', error.message);
});
And then open the link received on your email in Safari or Chrome browser.
Additional context
No response
react-native-auth0 version
3.0.0
React Native version
0.72.1
Expo version
No response
Platform
iOS
Platform version(s)
NA
The text was updated successfully, but these errors were encountered:
Checklist
Description
I am getting this error , while opening the link which i have received on my entered email ID. I am using this method to request the email link -
auth0.auth
.passwordlessWithEmail({
email: 'ptiwari@contentactive.com',
send: 'link',
})
.then(() =>
Alert.alert('Email Sent', 'Check your email for the login link'),
)
.catch(error => {
console.log('error', error);
Alert.alert('Error', error.message);
});
I have properly configured the callback and logout URL's in Auth0 portal. Also i have enabled the Passwordless OTP Grant type.
Reproduction
Just call this method to receive the link -
auth0.auth
.passwordlessWithEmail({
email: '{YOUR_EMAIL_ID}',
send: 'link',
})
.then(() =>
Alert.alert('Email Sent', 'Check your email for the login link'),
)
.catch(error => {
console.log('error', error);
Alert.alert('Error', error.message);
});
And then open the link received on your email in Safari or Chrome browser.
Additional context
No response
react-native-auth0 version
3.0.0
React Native version
0.72.1
Expo version
No response
Platform
iOS
Platform version(s)
NA
The text was updated successfully, but these errors were encountered: