I’m working with a Django server that needs to serve data to e-commerce modules (like WordPress / Prestashop) via DRF.
I wish to provide an Oauth2 authentication based on the organisation model instead of associating it with a single user (which seems to be the recommendation when using django-oauth2-toolkit).
Any input on how I can do that would be much appreciated.