Example Shiny applications using polished for authentication and user management.
You can sign into each of the apps linked below using:
- email: demo@tychobra.com
- password: polished
Additionally, the code for each app is available in this repo. To run the apps locally, you will need to set up polished. Set up instructions are available at this link: https://github.com/Tychobra/polished/edit/master/README.md
This app uses the API available at polished.tech which is the easiest way to set up polished. All you need is to copy for secret API key provided by polished.tech and give your app a name, then the polished.tech API does the rest.
Companies often want to add their logos and branding to the sign in and register pages. With polished, you can easily customize these pages. Just pass your custom UI to the sign_in_page_ui
argument of secure_ui()
.
Allow anyone to register and sign in to your app (i.e. no invite required to register and sign in).
With polished
, users can sign in to multiple Shiny apps using the same email/password sign in credentials. This allows you to make a dashboard of Shiny apps. Users who sign into the dashboard of Shiny apps (or any Shiny app hosted in the same polished project) will then not have to reenter their credentials to switch between the Shiny apps they are authorized to access. You can set user access at a per Shiny application level. These are the example Shiny apps we included in the Shiny Apps Dashboard
Deploy a flex dashboard.
Allow your users to sign in with social sign in providers.
Use an alternate default sign in UI provided by Tychobra. Update this UI with your brand colors, logos, and company name in minutes.
You can add custom tabs to the admin dashboard by passing the ui and server code to the secure_ui()
and secure_server()
functions. Example coming soon.