warrant icon indicating copy to clipboard operation
warrant copied to clipboard

Is this project unmaintained?

Open balloob opened this issue 6 years ago • 11 comments

Observations:

  • no commits in 2 years
  • lots of stale PRs
  • It does not install under newer versions of PIP #135
  • It still uses the fork python-jose-cryptodome, while python-jose in the meanwhile has been updated to work with various backends.
  • Even approved PRs are not getting merged #128

balloob avatar Jun 08 '19 20:06 balloob

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

shughes-uk avatar Jun 19 '19 23:06 shughes-uk

@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 avatar Jun 20 '19 00:06 ffiore1

@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 avatar Jun 20 '19 07:06 balloob

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

Did someone try to reach the current maintainer ?

kritchie avatar Oct 01 '19 12:10 kritchie

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

  • reach out to maintainer to see whats up. Ask if you can:
    • be added as a maintainer
    • transfer the project to your account
  • If you can't reach the maintainer or the maintainer doesn't like the previous options, you can fork it. In that case rename the project, don't just add a 2 to the name. You must respect the original license, but you can just build on top of it in your own account.

balloob avatar Oct 01 '19 15:10 balloob

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).

Integralist avatar Jan 27 '20 10:01 Integralist

BUMP

rednap avatar Feb 06 '20 05:02 rednap

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

help is welcome

pvizeli avatar Feb 26 '20 14:02 pvizeli

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

iwalucas avatar Mar 25 '20 09:03 iwalucas

I updated the settings

pvizeli avatar Mar 25 '20 10:03 pvizeli

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.

jeryini avatar Apr 20 '20 18:04 jeryini