R package cognitoR 1.0.1 has been released

[This article was first published on R-bloggers | Chi Square Labs | Learning Analytics Done Right, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Today we are proud to announce that the cognitoR package has been released on CRAN. The package provides password protection for your Shiny apps using the popular Cognito from Amazon Web Services.

Cognito allows for simple and secure sign-up, sign-in and access control. The cognitoR package brings the power of this service into your Shiny Apps. You can let users register to access your app, or, use the AWS infrastructure to implement fine tuned access control. Whether your Shiny app is a standalone project in need of access control or part of a Amazon stack, cognitoR will let you manage access easily and securely.

The package can be installed from CRAN with:

install.packages("cognitoR")

The development version is available from GitHub with:

devtools::install_github("chi2labs/cognitoR")

A typical use-case for this is a shiny app which needs to display a sub-selection of modules and/or data depending on who is accessing the application. At \(X^2\) we use cognito to allow instructors access to analysis and data related to their courses (and only the courses they teach) while other instructors can log in to the same application and see the analyses and data that are relevant for them.

Full documentation of the functions in cognitoR, as well as links to sample applications, can be found at chi2labs/cognitoR.

To leave a comment for the author, please follow the link and comment on their blog: R-bloggers | Chi Square Labs | Learning Analytics Done Right.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)