markomirosavljev / fastapi-cognito

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

Feature request: Add support of multiple app_client_ids per User Pool #8

Closed tivaliy closed 1 year ago

tivaliy commented 1 year ago

Hi, first of all thanks a lot for this library.

I have a quick question/feature request. Is there any chance to add support of multiple app_client_id per User Pool. At least this one is supported by the library you are using cognitojwt.

Tanks in advance.

markomirosavljev commented 1 year ago

Hello and thanks for feedback. I think it is possible so I will add that feature soon.

markomirosavljev commented 1 year ago

Hello, I just released new version with support for multiple userpool app_client_ids - check here.