An open API service indexing awesome lists of open source software.

https://github.com/shinyworks/shinyoauth

Authorization Flows for Shiny
https://github.com/shinyworks/shinyoauth

Last synced: 4 months ago
JSON representation

Authorization Flows for Shiny

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# shinyoauth

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/shinyoauth)](https://CRAN.R-project.org/package=shinyoauth)
[![Codecov test coverage](https://codecov.io/gh/shinyworks/shinyoauth/branch/main/graph/badge.svg)](https://app.codecov.io/gh/shinyworks/shinyoauth?branch=main)
[![R-CMD-check](https://github.com/shinyworks/shinyoauth/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shinyworks/shinyoauth/actions/workflows/R-CMD-check.yaml)

The goal of shinyoauth is to...

## Installation

You can install the development version of shinyoauth from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("shinyworks/shinyoauth")
```

## Usage

Add usage information and examples here.

## Code of Conduct

Please note that the shinyoauth project is released with a [Contributor Code of Conduct](https://shinyworks.github.io/shinyoauth/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.