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

fix(initateAuth): update user after post auth lambda #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mani3
Copy link

@mani3 mani3 commented Jan 21, 2024

Get the latest user attributes after PostAuthentication is called.

If user attributes are updated within the PostAuthentication Lambda trigger process, these changes overwrite to old user attributes with generated tokens. To prevent this, it's necessary to get the latest user attribute before saving a new token.

Let me know if there is a specific guide for creating a pull request.

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

Successfully merging this pull request may close these issues.

1 participant