I want to implement AllAuth for signup, email verification, login and logout. But my frontend is a mobile application and having template SSR is not what I want. I can’t seem to understand the headless mode in allauth and its configuration.
Another problem I have is returning JWT token after login. Do I use a custom adapter or view for this?