Damion Vega

Results 2 issues of Damion Vega

Using `identityProvider.getMetadata()` produces an error when attempting to upload output XML to https://samltest.id/upload.php: ``` Metadata Invalid We're dreadfully sorry, but your metadata upload failed because it didn't pass validation. Here's...

enhancement
question
feature
discussion

Add a `sendEmail` catchall method similar to `login()` & `sendSms()`: ### `login` ```js Userfront.login({ method: "password", email: "[email protected]", password: "testmodepassword", }); ``` ### `sendSms` ```js Userfront.sendSms({ type: "securityCode", to: "+15558675309",...