Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cognito Functions to make #1

Open
11 of 24 tasks
allanhortle opened this issue Feb 10, 2017 · 0 comments
Open
11 of 24 tasks

Cognito Functions to make #1

allanhortle opened this issue Feb 10, 2017 · 0 comments

Comments

@allanhortle
Copy link
Contributor

allanhortle commented Feb 10, 2017

  • 1. Registering a user with the application.
  • 2. Confirming a registered, unauthenticated user using a confirmation code received via SMS.
  • 3. Resending a confirmation code via SMS for confirming registration for a unauthenticated user.
  • 4. Authenticating a user and establishing a user session with the Amazon Cognito Identity service.
  • 5. Retrieve user attributes for an authenticated user.
  • 6. Verify user attribute for an authenticated user.
  • 7. Delete user attribute for an authenticated user.
  • 8. Update user attributes for an authenticated user.
  • 9. Enabling MFA for a user on a pool that has an optional MFA setting for an authenticated user.
  • 10. Disabling MFA for a user on a pool that has an optional MFA setting for an authenticated user.
  • 11. Changing the current password for an authenticated user.
  • 12. Starting and completing a forgot password flow for an unauthenticated user.
  • 13. Deleting an authenticated user.
  • 14. Signing out from the application.
  • 15. Global signout for an authenticated user(invalidates all issued tokens).
  • 16. Retrieving the current user from local storage.
  • 17. Integrating User Pools with Cognito Identity.
  • 18. List all remembered devices for an authenticated user.
  • 19. List information about the current device.
  • 20. Remember a device.
  • 21. Do not remember a device.
  • 22. Forget the current device.
  • 23. Authenticate a user and set new password for a user that was created using AdminCreateUser API
  • 24. Retrieve the MFA Options for the user in case MFA is optional.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant