[Answer]-Using Django authentication completely interdependent

1👍

No, but that doesn’t mean you need to have anything in database. You can write your own session engine and authentication backend. The former needs to return a valid user object, but it doesn’t need to be retrieved from anywhere specifically, you can craft it manually.

Leave a comment