Fix CSRF token undefined error in user_tokens.html template
- Remove undefined csrf_token() function calls from JavaScript code - The API token management routes use session-based authentication (Flask-Login) - CSRF protection was not properly configured in the Flask application - Template now loads without Jinja2 template errors
Showing
Please
register
or
sign in
to comment