All Projects → Tychobra → polished_example_apps

Tychobra / polished_example_apps

Licence: other
Example Apps for Polished

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to polished example apps

xplorerr
Shiny apps for interactive data analysis, visualization and modeling.
Stars: ✭ 33 (+37.5%)
Mutual labels:  shiny-apps
helloworld
Hello world and other commented GameBoy assembly examples for beginners.
Stars: ✭ 31 (+29.17%)
Mutual labels:  examples
go-examples
🍄 learning golang code
Stars: ✭ 16 (-33.33%)
Mutual labels:  examples
examples
Examples - aah Go web framework
Stars: ✭ 27 (+12.5%)
Mutual labels:  examples
quickstart-examples
Integration examples of Tanker's client-side encryption SDKs
Stars: ✭ 17 (-29.17%)
Mutual labels:  examples
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (+229.17%)
Mutual labels:  examples
React Book
《React进阶之路》示例代码
Stars: ✭ 249 (+937.5%)
Mutual labels:  examples
shinydnd
Creating drag and drop elements in Shiny
Stars: ✭ 89 (+270.83%)
Mutual labels:  shiny-apps
recipe-app
👨🏻‍🍳 Biggest list of the Best Recipes - React App and Api Rest
Stars: ✭ 20 (-16.67%)
Mutual labels:  polished
fiddler-core-demos
Sample applications demonstrating usages of Progress® Telerik® FiddlerCore Embedded Engine.
Stars: ✭ 64 (+166.67%)
Mutual labels:  examples
examples
Example code. You probably don't want to use any of this.
Stars: ✭ 33 (+37.5%)
Mutual labels:  examples
examples
Examples to demonstrate how to use PipeCD
Stars: ✭ 21 (-12.5%)
Mutual labels:  examples
shiny-apps
Some of my Shiny apps for fun
Stars: ✭ 54 (+125%)
Mutual labels:  shiny-apps
Manual Testing
This repository contains the General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.
Stars: ✭ 134 (+458.33%)
Mutual labels:  examples
examples
Example actors, capability providers, and other demonstrations
Stars: ✭ 93 (+287.5%)
Mutual labels:  examples
Mlcpp
Set of examples of ML approaches implemented in C++
Stars: ✭ 251 (+945.83%)
Mutual labels:  examples
nim-presentation-slides
Nim Presentation Slides and Examples.
Stars: ✭ 30 (+25%)
Mutual labels:  examples
machine-learning-templates
Template codes and examples for Python machine learning concepts
Stars: ✭ 40 (+66.67%)
Mutual labels:  examples
shiny crud
Example Shiny apps implementing CRUD database functionality
Stars: ✭ 88 (+266.67%)
Mutual labels:  shiny-apps
milo-ece2017
Materials about my talk around Eclipse Milo at EclipseCon Europe 2017
Stars: ✭ 22 (-8.33%)
Mutual labels:  examples

Polished Example Applications

Example Shiny applications using polished for authentication & user management. All demo apps below have been deployed with Polished Hosting.

You can sign into each of the apps linked below using:

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 the Polished documentation

1. 01_minimal_example

Live App

All polished apps use the API available at auth-api.polished.tech/v1. All you need is a copy of your secret API key provided at 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.

2. 02_custom_sign_in

Live App

Companies & 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().

3. 03_no_invite_required

Live App

Allow 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.

4. 04_apps_dashboard

Live App

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 example Shiny Apps Dashboard

5. 05_rmarkdown

Secure .Rmd documents. You can even use Shiny runtime. Flexdashboards are frequently used with Shiny runtime.

Live App

6. 06_social_sign_in

Live App

Allow your users to sign in with social sign in providers.

7. 07_alt_sign_in_ui

Live App

Use an alternate default sign in UI provided by Tychobra. Update this UI with your brand colors, logos, and company name in minutes.

8. 08_golem_app

Use golem with polished.

Live App

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].