Damion Vega
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...
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",...