bb-plane-fork/apps/api/plane/authentication/views/space
Nikhil 56d3a9e049
[WEB-4900] refactor: remove base_host retrieval from authentication views (#7804)
* refactor: remove base_host retrieval from authentication views

* Removed unnecessary base_host retrieval from GitHub, GitLab, and Google callback endpoints.
* Updated MagicSignUpEndpoint to use get_safe_redirect_url for URL construction.
* Refactored MagicSignInSpaceEndpoint to streamline URL redirection logic.

* refactor: streamline URL redirection in MagicSignInSpaceEndpoint

* Removed redundant base_url retrieval from the exception handling in MagicSignInSpaceEndpoint.
* Enhanced the clarity of URL construction by directly using get_safe_redirect_url.
2025-09-16 10:57:20 +05:30
..
check.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
email.py [WEB-4900]: validated authentication redirection paths (#7798) 2025-09-16 00:01:06 +05:30
github.py [WEB-4900]: validated authentication redirection paths (#7798) 2025-09-16 00:01:06 +05:30
gitlab.py [WEB-4900]: validated authentication redirection paths (#7798) 2025-09-16 00:01:06 +05:30
google.py [WEB-4900]: validated authentication redirection paths (#7798) 2025-09-16 00:01:06 +05:30
magic.py [WEB-4900] refactor: remove base_host retrieval from authentication views (#7804) 2025-09-16 10:57:20 +05:30
password_management.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
signout.py [WEB-4900]: validated authentication redirection paths (#7798) 2025-09-16 00:01:06 +05:30