Django Rest Framework: Django RestApp1 and DB-1 - All the users exist in DB-1, django oauth2 token based authentication (Bearer token) is used by the users.
Now i got a new app: Django RestApp2 and DB-2 Requirement: I would consider doing the new user creation and get token calls ..etc in App1 I want to allow the App1 users access token to authenticate with the App2. Sharing the same token for authentication Please suggest your approach for this requirement Regards, Raja Ravi -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/35c28bdd-afd9-4e33-821c-1eaebd930796n%40googlegroups.com.

