Package: auth0 0.2.3
auth0: Authentication in Shiny with Auth0
Uses Auth0 API (see <https://auth0.com> for more information) to use a simple authentication system. It provides tools to log in and out a shiny application using social networks or a list of e-mails.
Authors:
auth0_0.2.3.tar.gz
auth0_0.2.3.zip(r-4.5)auth0_0.2.3.zip(r-4.4)auth0_0.2.3.zip(r-4.3)
auth0_0.2.3.tgz(r-4.4-any)auth0_0.2.3.tgz(r-4.3-any)
auth0_0.2.3.tar.gz(r-4.5-noble)auth0_0.2.3.tar.gz(r-4.4-noble)
auth0_0.2.3.tgz(r-4.4-emscripten)auth0_0.2.3.tgz(r-4.3-emscripten)
auth0.pdf |auth0.html✨
auth0/json (API)
NEWS
# Install 'auth0' in R: |
install.packages('auth0', repos = c('https://curso-r.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/curso-r/auth0/issues
auth0authenticationhacktoberfestshiny
Last updated 9 months agofrom:7722eba11d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:auth0_configauth0_find_config_fileauth0_infoauth0_logout_urlauth0_serverauth0_uilogoutlogout_urllogoutButtonshinyAppAuth0shinyAuth0Appuse_auth0
Dependencies:askpassbase64encbslibcachemclicommonmarkcrayoncurldigestfastmapfontawesomefsgluehtmltoolshttpuvhttrjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeopensslpromisesR6rappdirsRcpprlangsassshinyshinyjssourcetoolssyswithrxtableyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Parse _auth0.yml file. | auth0_config |
Find the configuration file. | auth0_find_config_file |
Information used to connect to Auth0. | auth0_info |
Generate logout URL | auth0_logout_url |
Log out of an auth0 app | logout |
Generate a logout URL | logout_url |
Create a button to log out | logoutButton |
Create a Shiny app object with Auth0 Authentication | shinyAppAuth0 |
Create a Shiny app object with Auth0 Authentication | shinyAuth0App |
Modifies ui/server objects to authenticate using Auth0. | auth0_server auth0_ui ui-server |
Auth0 configuration file | use_auth0 |