Aug 16, 2022
Yes, it will not work on your backend side. In my story, I just use `amazon-cognito-identity-js` to get user access token (and refresh token). To verify a use I use `identityServiceProvider.getUser({ AccessToken: token })` method. We just keep access token in the client side(browser or mobile app). It is totally different from cases in the lib example (only on client side, no require backend)