This is a utility package which serves as a base for building custom signup/signin UI based on Amplify Auth and AWS Cognito, in context of Webiny Admin Area.
It provides an component, and a bunch of hooks to use in your custom UI. They contain the necessary logic and state transitions; you only need to hook them up to your UI components:
- useAuthenticator
- useForgotPassword
- useRequireNewPassword
- useSetNewPassword
- useSignedIn
- useSignIn
Currently, this packaged is used in @webiny/app-admin-cognito.