djangorestframework-auth0 icon indicating copy to clipboard operation
djangorestframework-auth0 copied to clipboard

Thread safety with multiple clients

Open aarcro opened this issue 8 years ago • 1 comments

I'm looking at:

https://github.com/mcueto/djangorestframework-auth0/blob/master/rest_framework_auth0/authentication.py#L46

Where you're modifying the global config object. I'm concerned that this will get all bolluxed up if there are simultaneous requests using different client settings on a multi threaded server.

aarcro avatar Jun 29 '17 19:06 aarcro

Hi @aarcro i will reactivate the development of this package so i will try to solve this issue or at least create tests to verify what happens underneath.

mcueto avatar Apr 22 '19 09:04 mcueto