Using both machine to machine and user login auth

I’m trying to create a simple cms for a mobile app to pull copy from. I need a local user to be able to update the copy. I’m trying to use both the user auth in Django Rest and then have the machine to machine auth for the mobile app and my code is getting very monolithic using both examples. Is there a tutorial on how to do both? Or am I jumping the shark?

1 Like

Hi @jaysonbucy, I’m with a very similar case, how did you solve this situation?