{"id":14068409,"url":"https://github.com/Tychobra/polished_example_apps","last_synced_at":"2025-07-30T04:30:50.193Z","repository":{"id":41188251,"uuid":"249771103","full_name":"Tychobra/polished_example_apps","owner":"Tychobra","description":"Example Apps for Polished","archived":false,"fork":false,"pushed_at":"2023-02-20T19:51:05.000Z","size":2654,"stargazers_count":33,"open_issues_count":1,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-13T07:14:48.750Z","etag":null,"topics":["authentication","examples","polished","r","shiny-apps"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tychobra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T17:18:22.000Z","updated_at":"2024-06-21T22:39:29.000Z","dependencies_parsed_at":"2024-08-13T07:14:08.054Z","dependency_job_id":"46048f68-cbe9-46d1-a45e-86ad6970bb8d","html_url":"https://github.com/Tychobra/polished_example_apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tychobra%2Fpolished_example_apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tychobra%2Fpolished_example_apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tychobra%2Fpolished_example_apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tychobra%2Fpolished_example_apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tychobra","download_url":"https://codeload.github.com/Tychobra/polished_example_apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228082282,"owners_count":17866601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","examples","polished","r","shiny-apps"],"created_at":"2024-08-13T07:06:09.487Z","updated_at":"2024-12-04T09:30:49.682Z","avatar_url":"https://github.com/Tychobra.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# Polished Example Applications \u003cimg src=\"images/polished_logo_transparent.png\" align=\"right\" width=\"120\" /\u003e\n\nExample Shiny applications using [polished](https://github.com/Tychobra/polished) for authentication \u0026 user management. All demo apps below have been deployed with [Polished Hosting](https://polished.tech/docs/04-hosting-deploy-app).\n\nYou can sign into each of the apps linked below using:\n\n - email: demo@tychobra.com\n - password: polished\n\nAdditionally, 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 the [Polished documentation](https://polished.tech/docs/01-get-started)\n\n#### 1. 01_minimal_example\n\n[Live App](https://demo1.polished.tech/)\n\nAll `polished` apps use the API available at \u003ca href=\"https://auth-api.polished.tech/v1\" target=\"_blank\"\u003eauth-api.polished.tech/v1\u003c/a\u003e.  All you need is a copy of your secret API key provided at [dashboard.polished.tech](https://dashboard.polished.tech) and your provided app name, then the `polished` API handles the rest. You can find more information about the `polished` API [here](https://polished.tech/docs/3-01-auth-api).\n\n#### 2. 02_custom_sign_in\n\n[Live App](https://demo2.polished.tech/)\n\nCompanies \u0026 developers often want to add custom logos and branding to the Sign In and Registration pages.  With `polished`, you can easily customize these pages.  Just pass your custom UI to the `sign_in_page_ui` argument of `secure_ui()`.  \n\n#### 3. 03_no_invite_required\n\n[Live App](https://demo3.polished.tech/)\n\nAllow anyone to register and sign in to your app (i.e. no invite required to register and sign in) by setting the `is_invite_required` argument of `polished_config()` to `FALSE`.\n\n#### 4. 04_apps_dashboard\n\n[Live App](https://demo4.polished.tech/)\n\nWith `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 example Shiny Apps Dashboard\n  - [04_basic_insurer_dashboard](https://demo4a.polished.tech/)\n  - [04_interest_rate_walk](https://demo4b.polished.tech/)\n\n#### 5. 05_rmarkdown\n\nSecure `.Rmd` documents.  You can even use Shiny runtime.  Flexdashboards are frequently used with Shiny runtime.\n\n[Live App](https://demo5.polished.tech/)\n\n#### 6. 06_social_sign_in\n\n[Live App](https://demo6.polished.tech/)\n\nAllow your users to sign in with social sign in providers.\n\n#### 7. 07_alt_sign_in_ui\n\n[Live App](https://demo7.polished.tech/)\n\nUse an alternate default sign in UI provided by Tychobra.  Update this UI with your brand colors, logos, and company name in minutes.\n\n#### 8. 08_golem_app\n\nUse [golem](https://github.com/ThinkR-open/golem) with `polished`.\n\n[Live App](https://demo8.polished.tech/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTychobra%2Fpolished_example_apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTychobra%2Fpolished_example_apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTychobra%2Fpolished_example_apps/lists"}