PJ Farrell
PJ Farrell
@sondrelg Still a WIP and blocked by: https://github.com/jpadilla/pyjwt/issues/433
@JonasKs Yes, I did. I don't have the bandwidth to retro-fit anything more than a static list of issuers right now. I'm not familiar with Python-Jose. Does it have the...
@georgmzimmer Thanks! If you want help, I'm more than willing to do this I can get commit rights and PyPI access. I'm the maintainer of django-pgcrypto-fields: https://github.com/incuna/django-pgcrypto-fields
@georgmzimmer Thanks for the commit access. If you want to find me on PyPI, my profile is here: https://pypi.org/user/peterfarrell-atdsaa/
@georgmzimmer Would you be able to give me access to merge PRs? Right now I cannot do that.
@georgmzimmer I'd like to propose that this project be moved to Jazzband.
The main class should probably be `rebased django.contrib.sessions.cache` on instead of `SessionBase` as it currently is in the PR You cannot just use Django's session cache directly because the `__init__`...
@khattori Thanks for the PR. I'm slightly concerned about all the hoop jumping we are going through to get things properly formatted between `'` and `%` etc. I am now...
PGPPublicKey fields use public key encryption (PUBLIC_PGP_KEY / PRIVATE_PGP_KEY) and PGPSymmetricKey fields use symmetric key encryption (PGCRYPTO_KEY). If you want to use symmetric key encryption (PGCRYPTO_KEY), you would need to...
@klall If you want to make a PR, the documentation for pgp_public_decrypt() in PGCRYPTO is here: https://www.postgresql.org/docs/9.5/pgcrypto.html You'd have to figure out how to add in the `psw` parameter.