@authentication/react-passwordless@2.0.0
Breaking Changes
-
The primary export is now a "hook" instead of a component expecting render props (#18)
If you prefer a component with render props you can import
@authentication/react-passwordless/DefaultForm
. The structure of the data passed to render props has been completely re-thought though. -
The methods for calling the backend have been updated to work with the new version of
@authentication/passwordless
and are not compatible with the old version. (#18)