jagregory / cognito-local

Local emulator for Amazon Cognito
MIT License
289 stars 74 forks source link

Admin respond challenge #357

Open root0x opened 1 year ago

root0x commented 1 year ago

This pull request tackels the lack of support for the AdminInitiateAuth request. The support is partial and for the most part a copy of the existing initiate auth implementation.

Please suggest any edits and i would be happy to make them

This PR also has the changes from https://github.com/jagregory/cognito-local/pull/350