AWS Amplify Auth is a TypeScript library for frontend developers building cloud-enabled applications
We forked AWS Amplify and decided to implement Tellimer specific flows in particular due to a split in approach as we used authentication accross multiple subdomains, as well as trying to get the library closer to Typescript native and away from web and mobile parity.
Visit AWS Amplify Documentation site to learn more about AWS Amplify as we tried and maintained parity with most of the old functionality.
Category | AWS Provider | Description |
---|---|---|
Authentication | Amazon Cognito | APIs and Building blocks to create Authentication experiences. |
AWS Amplify Auth is available as @tellimer/aws-amplify-auth
package on npm.
import { Auth } from '@tellimer/aws-amplify-auth';