Skip to content

Fix handling of namespaced Shiny sessions#9

Open
atheriel wants to merge 1 commit into
mainfrom
shiny-ns
Open

Fix handling of namespaced Shiny sessions#9
atheriel wants to merge 1 commit into
mainfrom
shiny-ns

Conversation

@atheriel

@atheriel atheriel commented Mar 3, 2026

Copy link
Copy Markdown
Collaborator

Previously we looked only for the root session, but this should allow connect_viewer_token() to be used inside of Shiny modules, too.

Closes #6.

Previously we looked only for the root session, but this should allow
`connect_viewer_token()` to be used inside of Shiny modules, too.

Signed-off-by: Aaron Jacobs <aaron.jacobs@posit.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

connectcreds::connect_viewer_token() fails when current shiny session is a namespaced session (ie session_proxy)

1 participant