tschroeder-zendesk opened a new pull request, #62150: URL: https://github.com/apache/airflow/pull/62150
## Summary - Restore the FAB callback route exposure on `CustomAuthOAuthView.oauth_authorized` by adding `@expose(\"/oauth-authorized/<provider>\")`. - Preserve the session-race fix behavior while ensuring URL generation for `CustomAuthOAuthView.oauth_authorized` works again. - Add a regression unit test that asserts the callback endpoint remains registered on the overridden method. ## Testing - `python3 -m py_compile providers/fab/src/airflow/providers/fab/auth_manager/views/auth_oauth.py providers/fab/tests/unit/fab/auth_manager/views/test_auth_oauth.py` - Attempted: `python3 -m pytest providers/fab/tests/unit/fab/auth_manager/views/test_auth_oauth.py -q` (local environment missing `time_machine` test dependency) Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
