Hello! With Django REST Fraemwork, I picked up a service that responds to user requests. But he sends replies only if the user has already registered before, for example through the standard admin panel. Relatively speaking, the answers go only when there is a cookie on the user’s side. Tell me, please, why so? And how to make so that any client could make requests and receive answers?

    1 answer 1

    I had a global authentication scheme set to 'DEFAULT_AUTHENTICATION_CLASSES'