-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project unmaintained? #144
Comments
It's a real bummer as using raw boto3 for cognito is really painful. |
@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 |
@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. |
@balloob I'm not use to this but what's the proper procedure in that case ? Did someone try to reach the current maintainer ? |
If you want to pick up the project, I generally advice people to:
|
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). |
BUMP |
I started a fork of the project and make soon a release: https://github.com/pvizeli/pycognito help is welcome |
@pvizeli thanks for the fork.... is there a way you open the issues piece on your project so we can create discussion there? |
I updated the settings |
Great job! I'll definitely use it and if i come across some bug I'll contribute to the project. |
Observations:
python-jose
in the meanwhile has been updated to work with various backends.The text was updated successfully, but these errors were encountered: