Package: tapLock 0.2.0
tapLock: Seamless Single Sign-on for 'shiny'
Swift and seamless Single Sign-On (SSO) integration. Designed for effortless compatibility with popular Single Sign-On providers like Google and Microsoft, it streamlines authentication, enhancing both user experience and application security. Elevate your 'shiny' applications for a simplified, unified, and secure authentication process.
Authors:
tapLock_0.2.0.tar.gz
tapLock_0.2.0.zip(r-4.5)tapLock_0.2.0.zip(r-4.4)tapLock_0.2.0.zip(r-4.3)
tapLock_0.2.0.tgz(r-4.4-any)tapLock_0.2.0.tgz(r-4.3-any)
tapLock_0.2.0.tar.gz(r-4.5-noble)tapLock_0.2.0.tar.gz(r-4.4-noble)
tapLock_0.2.0.tgz(r-4.4-emscripten)tapLock_0.2.0.tgz(r-4.3-emscripten)
tapLock.pdf |tapLock.html✨
tapLock/json (API)
NEWS
# Install 'tapLock' in R: |
install.packages('tapLock', repos = c('https://ixpantia.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ixpantia/taplock/issues
Last updated 20 days agofrom:b7d171f022. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:add_auth_layersexpires_atexpires_inget_token_fieldis_expiredis_validnew_auth0_confignew_entra_id_confignew_google_confignew_openid_configtoken
Dependencies:askpassbase64encbslibcachemclicommonmarkcpp11crayoncurldigestfastmapfontawesomefsgenericsgluehtmltoolshttpuvhttr2josejquerylibjsonlitelaterlifecyclelubridatemagrittrmemoisemimeopensslpromisespurrrR6rappdirsRcpprlangsassshinysourcetoolsstringistringrsystimechangetowervctrswithrxtable
(English) Securing Shiny with Google Auth
Rendered fromen_securing_shiny_google.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-08-27
Started: 2024-01-02
(Español) Asegurando Shiny con Google Auth
Rendered fromes_asegura_shiny_con_google.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-08-27
Started: 2024-01-02
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add authentication middle ware to a 'tower' object | add_auth_layers |
Get the expiration date and time of an access token | expires_at |
Get the expiration time of an access token | expires_in |
Get the issued at time of an access token | get_token_field |
Check if an access token is expired | is_expired |
Check if an access token is valid | is_valid |
Create a new auth0_config object | new_auth0_config |
Create a new entra_id_config object | new_entra_id_config |
Create a new google_config object | new_google_config |
New openid configuration | new_openid_config |
Print an access token | print.access_token |
Get the access token | token |