Django REST token auth?

I was reading through the Django DDP stuff. Interesting, but not the specific problem I’m looking to solve. Is there a straight forward way to authenticate using the tokens provided by DRF? We want to keep account logic in Django, which is used for a different application, but allow users to login to a Meteor app using the Django generated token and otherwise interact with the Meteor app.

I’m assuming it’s possible, just wondering if anyone has suggestions on how?

1 Like