You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use the library fh-drf-friendship to provide basic views and serializers to django-friendship on DRF. It seems to be an initial work with git repository hosted here.
I was able to edit the library and remove this dependency (but I'm not sure about consequences of this). Even so, the library does not fit well the current Enqueuer's User model (using django-userena).
So probably I could use this library as a base to code some new Views and Serializers for django-friendship. fh-drf-friendship does not have too many things by now, so the work to integrate it and the work to code a corresponding "internal library" is the same.
django-userena, django-friendship are already "enabled", but not integrated.
They are exposing their default API, that should be integrated with Enqueuer-api.
Django-userena has less information about its API.
For more information about django-rest-framework's Authentication & Permissions, read its Tutorial Part 4.
The text was updated successfully, but these errors were encountered: