Custom AWS Amplify Auth Storage
1 min readApr 30, 2020
Some of you might be confusing when trying to implementing custom storage for AWS Amplify Auth. And you might already read their docs here: https://aws-amplify.github.io/docs/js/authentication#managing-security-tokens, which I think very confusing and misleading. In case you’re facing the same problem as I did, following is my implementation for custom storage in Typescript
Shout out to AWS Amplify team, please improve your docs (both the new one and old one), you can do better than this!!!