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
- Host: GitHub
- URL: https://github.com/shinyworks/shinyoauth
- Owner: shinyworks
- License: other
- Created: 2024-02-12T21:18:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:30:33.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:11:10.409Z (8 months ago)
- Language: R
- Homepage: https://shinyworks.github.io/shinyoauth/
- Size: 3.74 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - shinyworks/shinyoauth - Authorization Flows for Shiny (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# shinyoauth
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=shinyoauth)
[](https://app.codecov.io/gh/shinyworks/shinyoauth?branch=main)
[](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.