Skip to content

@authentication/react-passwordless@2.0.0

Compare
Choose a tag to compare
@ForbesLindesay ForbesLindesay released this 22 Jul 18:05
a6f52f2

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)