You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable session authentication and support cross-origin credentials
- Added SessionAuthentication alongside JWTAuthentication to support session-based features
- Set CORS_ALLOW_CREDENTIALS = True to allow cookies in cross-origin requests (needed for session handling)
0 commit comments