"/batch/index", "/batch/file",
"/maintenance/*",
"/setup/*",
- "/sessions/*",
+ "/sessions/*", "/oauth2/callback/*",
"/api/system/db_migration_status", "/api/system/status", "/api/system/migrate_db",
"/api/server/index", "/api/server/setup", "/api/server/version",
AUTH_LOGIN_URL, AUTH_VALIDATE_URL);
assertPathIsIgnored("/setup/index");
assertPathIsIgnored("/sessions/new");
assertPathIsIgnored("/sessions/logout");
+ assertPathIsIgnored("/oauth2/callback/github");
+ assertPathIsIgnored("/oauth2/callback/foo");
assertPathIsIgnored("/api/system/db_migration_status");
assertPathIsIgnored("/api/system/status");
assertPathIsIgnored("/api/system/migrate_db");