Other packages > Find by keyword >

shiny.reglog  

Optional Login and Registration Module System for ShinyApps
View on CRAN: Click here


Download and install shiny.reglog package within the R console
Install from CRAN:
install.packages("shiny.reglog")

Install from Github:
library("remotes")
install_github("cran/shiny.reglog")

Install by package version:
library("remotes")
install_version("shiny.reglog", "0.5.2")



Attach the package and use:
library("shiny.reglog")
Maintained by
Michal Kosinski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-07-14
Latest Update: 2022-08-30
Description:
RegLog system provides a set of shiny modules to handle register procedure for your users, alongside with login, edit credentials and password reset functionality. It provides support for popular SQL databases and optionally googlesheet-based database for easy setup. For email sending it provides support for 'emayili' and 'gmailr' backends. Architecture makes customizing usability pretty straightforward. The authentication system created with shiny.reglog is designed to be optional: user don't need to be logged-in to access your application, but when logged-in the user data can be used to read from and write to relational databases.
How to cite:
Michal Kosinski (2021). shiny.reglog: Optional Login and Registration Module System for ShinyApps. R package version 0.5.2, https://cran.r-project.org/web/packages/shiny.reglog. Accessed 07 Nov. 2024.
Previous versions and publish date:
0.2.0.2 (2021-07-14 11:00), 0.4.1 (2021-10-28 19:10), 0.5.0 (2022-03-26 00:20)
Other packages that cited shiny.reglog R package
View shiny.reglog citation profile
Other R packages that shiny.reglog depends, imports, suggests or enhances
Complete documentation for shiny.reglog
Functions, R codes and Examples using the shiny.reglog R package
Some associated functions: DBI_credsEdit_handler . DBI_login_handler . DBI_register_handler . DBI_resetPass_confirmation_handler . DBI_resetPass_generation_handler . DBI_tables_create . RegLogConnector . RegLogConnectorMessage . RegLogDBIConnector . RegLogDemo . RegLogEmayiliConnector . RegLogGmailrConnector . RegLogGsheetConnector . RegLogMongoConnector . RegLogServer . RegLog_credsEdit_UI . RegLog_login_UI . RegLog_register_UI . RegLog_resetPass_UI . RegLog_txt . create_gsheet_db . create_sqlite_db . db_timestamp . depr_txts . emayili_custom_mail_handler . emayili_reglog_mail_handler . gmailr_custom_mail_handler . gmailr_reglog_mail_handler . gsheet_credsEdit_handler . gsheet_get_db . gsheet_login_handler . gsheet_register_handler . gsheet_resetPass_confirmation_handler . gsheet_resetPass_generation_handler . gsheet_tables_create . login_UI . login_server . logout_button . mailMessageAttachment . mongo_credsEdit_handler . mongo_login_handler . mongo_register_handler . mongo_resetPass_confirmation_handler . mongo_resetPass_generation_handler . mongo_tables_create . password_reset_UI . register_UI . shiny.reglog-package . sqlite_get_db . 
Some associated R codes: DBI_connector.R . DBI_handlers.R . RegLogConnector.R . RegLogServer.R . RegLogServer_backend.R . RegLogServer_frontend.R . RegLogServer_listener.R . RegLogUI.R . database_create.R . demo.R . deprecated_database.R . deprecated_login_UI.R . deprecated_login_server.R . deprecated_texts.R . globals.R . gsheet_connector.R . gsheet_handlers.R . mail_connector.R . mail_handlers.R . mongo_connector.R . shiny.reglog-package.R . texts.R . utils.R .  Full shiny.reglog package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA