Saturday, January 30, 2021

Re: Django Microsoft Authentication Backend not succeeding on new deployments

On Fri, Jan 29, 2021 at 08:58:48AM -0800, Larry Martell wrote:
> We finally found the issue - I said we had the same version of all the
> python packages but we did not - the new system had 2.0.1 version of
> pyjwt. When we downgraded to 1.7.1 it started working again. The
> requirements file for Django Microsoft Authentication Backend have
> pyjwt [required: Any]

Yuuuuuup! That kind of thing has bitten me more than once. I end up
pinning the version of the dependency in requirements.txt to the one I
know works.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20210130183020.GM9805%40fattuba.com.

No comments:

Post a Comment