mock-amplify-auth

2.2.0 • Public • Published

mock-amplify-auth

A mock implementation of some of the AWS Amplify SDK for Authentication

Build Status

Why?

mock-amplify-auth is useful for offline testing of Serverless applications using the Amplify SDK for authentication. It avoids having to connect to a real Cognito endpoint.

This module uses Local Storage for persistence of the logged-in state.

What is supported

Currently, all operations succeed regardless of inputs, so it's pretty much all happy path. It stores whether you are logged in or not.

Supported APIs

  • signUp
  • signIn
  • currentSession
  • confirmSignUp
  • signOut
  • resendSignUp
  • forgotPassword
  • forgotPasswordSubmit

LICENSE

MIT. See LICENSE

Copyright fourTheorem Ltd. 2019-2022

Dependents (0)

Package Sidebar

Install

npm i mock-amplify-auth

Weekly Downloads

223

Version

2.2.0

License

MIT

Unpacked Size

7.69 kB

Total Files

6

Last publish

Collaborators

  • eoinsha