Skip to content

Commit 42d0ee1

Browse files
committed
Testing
1 parent 8718af9 commit 42d0ee1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bluesky_httpserver/authenticators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ async def authenticate(self, request: Request) -> Optional[UserSessionState]:
217217
# 'http://localhost:8000/...' so we fix the first part but keep
218218
# the original URI path.
219219
redirect_uri = f"{get_root_url(request)}{request.url.path}"
220+
print(f"Redirect URL: {redirect_uri}")
220221
response = await exchange_code(
221222
self.token_endpoint,
222223
code,

0 commit comments

Comments
 (0)