auth0-spa-js
auth0-spa-js copied to clipboard
[SDK-3582] Use form-encoded data by default
Changes
Updates the useFormData property to now default to true. Consequently, updates any tests where useFormData: true was previously set to now use the default, and sets useFormData: false where the assertions on the testcase indicate it should be.
Checklist
- [x] I have read the Auth0 general contribution guidelines
- [x] I have read the Auth0 Code of Conduct
- [x] All code quality tools/guidelines have been run/followed