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

Keep login after refresh(F5) #23

Closed
jinseob2kim opened this issue Mar 25, 2020 · 4 comments
Closed

Keep login after refresh(F5) #23

jinseob2kim opened this issue Mar 25, 2020 · 4 comments

Comments

@jinseob2kim
Copy link

Thanks for great packages.

Can I keep my ShinyApps log in after refresh (ex: press F5) ?

  • My app reads the latest data from google sheet or Dropbox. So I refresh it frequently.

Sincerely.
Jinseob Kim

@bthieurmel
Copy link
Contributor

bthieurmel commented Mar 27, 2020

Hi, perhaps in your case you must have a look to shiny::reactiveFileReader to update Data in session rather than have to refresh ?

@jinseob2kim
Copy link
Author

Thanks for your suggestion. I didn't know about reactiveFileReader function.
As I know, the function requires specific refresh interval and I can't decide the appropriate interval.
Currently, I add a refresh button to app, but my clients prefer to press F5, so our team try to find a solution.

Sincerely.

Jinseob Kim

@pvictor
Copy link
Collaborator

pvictor commented Mar 27, 2020

Hello,

To allow refresh the page, we'll have to keep to the shinymanager token used to grant access to the app in the URL, if you're ok with that, we can add this as an option. What do you think?

Victor

@jinseob2kim
Copy link
Author

jinseob2kim commented Mar 27, 2020

@pvictor Can we keep login status in URL+token address?

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

No branches or pull requests

3 participants