Closed jllopezpino closed 2 years ago
Hi @jllopezpino,
Thanks for your patience.
I believe @invisiblek is correct, and it won't work as-is.
I think we ought to:
hmac.compare_digest
as you didhmac
to do the signing for simplicity (ideally allowing use of the same settings that itsdangerous
did so that signatures remain compatible
- Remove all of the nonsense required for Py2 to work; I'm fine with only supporting >=3.3.
I would go that way. But you are the maintainer here : )
Hi Mike,
My commit should fix the problem that I reported on #57. It would be great if you can review it and release a new version to pypi because latest itsdangerous version on pypi breaks this package.
Thanks!