We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for creating this package. The example app has these lines:
observeEvent(input$login, { use_cookies_package_to_save_cookie_fn(input$username, input$password) })
I'm not sure what function to use for saving cookies. Is it cookies::set_cookie?
cookies::set_cookie
The text was updated successfully, but these errors were encountered:
Oh wow, evidently I didn't update the README after getting everything to actually work! The main vignette has a much better example: https://scenes.shinyworks.org/articles/scenes.html
I'll update the README the next time I touch this package!
Sorry, something went wrong.
Thanks.
The README is messed up, though, so I'm going to keep this open.
No branches or pull requests
Thanks for creating this package. The example app has these lines:
I'm not sure what function to use for saving cookies. Is it
cookies::set_cookie
?The text was updated successfully, but these errors were encountered: