capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
469 stars 192 forks source link

Is this project unmaintained? #144

Open balloob opened 5 years ago

balloob commented 5 years ago

Observations:

shughes-uk commented 5 years ago

It's a real bummer as using raw boto3 for cognito is really painful.

ffiore1 commented 5 years ago

@shughes-uk would you have any samples of using raw boto3 for cognito (or pointing me in the right direction)?

currently, I am using warrant to get a Cognito user pool id token and that works well.

just in case I may needo do that wthout warrant in the future

balloob commented 5 years ago

@ffiore1 Just look at the warrant source code 🤷‍♂

The problem is not the interaction with boto, it's the interactions with 3rd party libs etc.

kritchie commented 5 years ago

@balloob I'm not use to this but what's the proper procedure in that case ?

Did someone try to reach the current maintainer ?

balloob commented 5 years ago

If you want to pick up the project, I generally advice people to:

Integralist commented 4 years ago

I stumbled across this issue and thought people might appreciate this post I wrote in 2018 re: Cognito and Python

https://www.integralist.co.uk/posts/cognito/

I include some Python abstraction code (here: https://www.integralist.co.uk/posts/cognito/#example-python-api-code) I wrote related to using boto3 (it might be of use to some people who are unsure of how to use Cognito).

rednap commented 4 years ago

BUMP

pvizeli commented 4 years ago

I started a fork of the project and make soon a release: https://github.com/pvizeli/pycognito

help is welcome

iwalucas commented 4 years ago

@pvizeli thanks for the fork.... is there a way you open the issues piece on your project so we can create discussion there?

pvizeli commented 4 years ago

I updated the settings

jeryini commented 4 years ago

I started a fork of the project and make soon a release: https://github.com/pvizeli/pycognito

help is welcome

Great job! I'll definitely use it and if i come across some bug I'll contribute to the project.