Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shiny app logout in rstudio-connect #152

Open
sm2607 opened this issue Sep 26, 2022 · 0 comments
Open

shiny app logout in rstudio-connect #152

sm2607 opened this issue Sep 26, 2022 · 0 comments

Comments

@sm2607
Copy link

sm2607 commented Sep 26, 2022

Hi, I am using secure_app to login in shiny App. I have added a table and download button in modalDialog, as I click on download button, user is getting log out. But this issue is only when I deploy app in Rstudio-connect. It works fine locally. I tried with keep_token=T, still same issue.

  res_auth <- secure_server(
    check_credentials = my_custom_check_creds(
    ),
    fileEncoding = "",
    session = shiny::getDefaultReactiveDomain(),
    keep_token = TRUE
  ) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant