How to disable session cookies completely in Flask-Security-Too when using token-based authentication?
I’m working on a Flask application using Flask-Security-Too for user authentication. I’ve enabled token-based authentication by passing tokens in the request headers, and I don’t want the application to create or store session cookies for users. However, even with token-based authentication, Flask-Security is still creating and managing session cookies.