1 parent 8718af9 commit 42d0ee1Copy full SHA for 42d0ee1
1 file changed
bluesky_httpserver/authenticators.py
@@ -217,6 +217,7 @@ async def authenticate(self, request: Request) -> Optional[UserSessionState]:
217
# 'http://localhost:8000/...' so we fix the first part but keep
218
# the original URI path.
219
redirect_uri = f"{get_root_url(request)}{request.url.path}"
220
+ print(f"Redirect URL: {redirect_uri}")
221
response = await exchange_code(
222
self.token_endpoint,
223
code,
0 commit comments