furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
182 stars 113 forks source link

How to verify Password Only without session? #252

Closed sathish-valleru-19 closed 4 months ago

sathish-valleru-19 commented 6 months ago

Hi,

I want to implement a password verification mechanism on the app side without triggering a complete login process. The goal is to validate whether a provided password is correct without generating a session or performing additional authentication steps. I need a method that checks the input password against the stored or expected password hash, confirming its accuracy without the need for a full login call.

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.