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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -