markomirosavljev / fastapi-cognito

Basic Cognito-Auth library for Python and FastAPI.
MIT License
53 stars 17 forks source link

Is it possible to sign up/create/register a new user in Cognito using this library? #10

Closed Miguelme closed 1 year ago

Miguelme commented 1 year ago

Is it possible to sign up/create/register a new user in Cognito using this library? It seems to me it would be a huge impact to be able to register new users easily directly from this library

markomirosavljev commented 1 year ago

Hello, with this library you can only validate and decode JWT from AWS Cognito. You can use boto3 to do that.