Marcelo Cueto
Marcelo Cueto
Hi @toinbis i hope having this working on may 20th :smile: A ton of work here in Chile, a "Late Capitalism" country: figure out that governmental help consists on a...
Hi @toinbis sorry for the delay. Ton of work & stuff here & there. :persevere: I'll be working during the current week on `memcached` support. :partying_face: All updates will be...
Sorry for the late answer, i agree, if someone could work on it it would be appreciated. I would although only will can in few weeks
Hi techdragon, i will solve this issue in the following week, stay tuned! :)
Hi @techdragon im reactivating the development process of this package so i will try yours in order to inspire in how we could improve both packages.
A get_user_model() call is used on https://github.com/mcueto/djangorestframework-auth0/blob/master/rest_framework_auth0/authentication.py#L67 to refer to User model, so a custom one can be set if needed. By the way i will test it before close...
I suppose the custom user must implement some of the standard User model to be compatible BTW
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.
this is why i "standarized" it with the *AUTHORIZATION_EXTENSION* setting. the recommended(and mostly easy to use IMHO) way is to simply enable the [authorization extension](https://auth0.com/docs/extensions/authorization-extension) in auth0 and use it...
hi @Snake575, it seems to be that the extension has changed a little bit/a lot since version 1(i'm assuming that you're using version 2), so i believe that we must...