aws cognito verify sub of a newly signed up user -


for newly signed user using cognito javascript sdk, looks can 'sub' value, per https://github.com/aws/amazon-cognito-identity-js/issues/335#issuecomment-307523556

if pass 'sub' value backend initialize user in database, what's best way verify if newly signed valid user's sub?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -