cgauge / Flask-AWSCognito

Extension for Flask that adds support for AWSCognito into your application
https://flask-awscognito.readthedocs.io
MIT License
28 stars 28 forks source link

Get user #1

Closed m4g005 closed 4 years ago

m4g005 commented 4 years ago

I needed to get user information so added this functionality.

m4g005 commented 4 years ago

Not all of the existing tests ran/passed in my local env (specifically those in test_plugin.py). Otherwise, I added tests for the new code.

babaMar commented 4 years ago

Not all of the existing tests ran/passed in my local env (specifically those in test_plugin.py). Otherwise, I added tests for the new code.

I'll check ASAP