Skip to content

Conversation

@aedm
Copy link
Member

@aedm aedm commented Nov 11, 2025

Related

Related to https://linear.app/rerun/issue/RR-2861/authentication-in-jupyter-notebooks

What

Implements authentication in Jupyter notebooks.

  • By running rr.login() the user can log in.
  • Uses re_auth module, starts a web server in the background to listen to events.
  • Automatically passes credentials to the wasm viewer.

@aedm aedm added the do-not-merge Do not merge this PR label Nov 11, 2025
@github-actions
Copy link

github-actions bot commented Nov 18, 2025

Web viewer built successfully.

Result Commit Link Manifest
f3a8408 https://rerun.io/viewer/pr/11855 +nightly +main

View image diff on kitdiff.

Note: This comment is updated whenever you push a commit.

@github-actions
Copy link

github-actions bot commented Nov 18, 2025

Latest documentation preview deployed successfully.

Result Commit Link
f3a8408 https://landing-aoqld0nm3-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

@aedm aedm changed the title [WIP] Auth for Jupyter Notebooks Auth for Jupyter Notebooks Nov 23, 2025
@aedm aedm requested a review from jprochazk November 23, 2025 23:59
@aedm aedm marked this pull request as ready for review November 24, 2025 00:00
Copy link
Member

@jprochazk jprochazk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, nice work!

I'm not totally sure about the refresh mechanism.

The refresh token may only be used once. There is no coordination between different Viewer instances on which one should refresh the credentials. So if the access token expires, and all the Viewers are using it, they will all try to refresh simultaneously (though serialized due to single-threaded nature of JS/Wasm).

I believe the kernel should be refreshing the credentials before constructing any Viewer. And the Viewers should only receive the access token, not a refresh token, so that they don't try to refresh credentials.

@aedm
Copy link
Member Author

aedm commented Nov 26, 2025

I believe the kernel should be refreshing the credentials before constructing any Viewer. And the Viewers should only receive the access token, not a refresh token, so that they don't try to refresh credentials.

That makes sense. Good idea! :)

@aedm aedm added exclude from changelog PRs with this won't show up in CHANGELOG.md and removed do-not-merge Do not merge this PR labels Nov 27, 2025
@jprochazk jprochazk self-requested a review November 27, 2025 21:58
Copy link
Member

@jprochazk jprochazk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! A few more nitpicks. Please also fix the lints before you merge.

@aedm aedm merged commit 99ffdbe into main Nov 28, 2025
47 checks passed
@aedm aedm deleted the aedm/notebook-login branch November 28, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants