PJ Farrell

Results 83 comments of PJ Farrell

Just wanted to confirm with celery 4.2.1 and django-celery-results (installed as master from github) we encountered this issue on one of boxes but not during local development. Using the fix...

@JonasKs I can do a PR for the `POST_VALIDATE_ACCESS_TOKEN_FUNCTION` functionality. The use case is being able to match up the `objectGUID` from a claim to a user that sync'ed into...

@AUitto I haven't had time to implement a PR yet. Current workaround is to create custom backends. Then be sure to use your custom backends in your `Settings.py` instead of...

I'd be happy to help if I can find the time. Is there any documentation on how to setup and run the test suite locally? I see a Vagrant file,...

@JonasKs that file link is helpful. I'm not a poetry user. FYI, I figured out that I can't install this library as editable using pip. ``` -e git+https://github.com/atdsaa/django-auth-adfs.git@setuptools_edittable#egg=django_auth_adfs ``` Installing...

@JonasKs Any suggestions on how you would like to the additional settings to be broken out? Right now the DJANGO_ADFS_AUTH dict is flat and I'm trying to figure out how...

@JonasKs Thanks for the feedback. In order to make things easier, I would like to propose a dev could continue using the current config key or the new `IDPS` dict...

@JonasKs Thanks for pointing out the Vagrant stuff in the demo section. I never thought to look there -- I was specifically looking on how to run tests in the...

Hi all, I'm actively working on a PR for this feature. Watch this space.

Just an update on the PR - we are currently blocked by jpadilla/pyjwt#433 Right now I could get the authentication portion to work, but tokens would be broken because tokens...