- fix documentation for CRAN
- Remove
LazyDatafromDESCRIPTIONfile - Add
shinyjspackage as Import, not Suggests - Update old functions and examples
- Use github actions as CI instead of travis/appveyor
- Major Bugfix: Re-add
remote_urloption into_auth0.ymlfile and add a newauth0_localoption (Issue #45, PR #47).
- Support bookmarking (server side) (PR #38).
- Export
auth0_ui()andauth0_server()functions to enableui.R/server.Rsupport (Issue #5). - Export
auth0_find_config_file(),auth0_config()andauth0_info()functions to ease debugging.
- Add
auth0_credentialsto user session data (Issue #39). - (breaking change) change
login_infotoauth0_infoin the user session data (Issue #19). - Option to ignore auth0 and work as a normal shiny app, to save developing time (Issue #26).
- Examples for different login types (google/facebook, database etc, Issue #23).
- Solve bookmarking and URL parameters issue (Issue #22).
- Improved logout button (Issue #24) (thanks to Dean Attali)
- Improve handling and documentation of the config_file option (Issue #25).
- Use
shinyAppAuth0()instead ofshinyAuth0App()and soft-deprecateshinyAuth0App()(Issue #18). - Better documentation - Handle multiple shiny apps and multiple auth0 apps (Issue #17). - Explain some RStudio details(Issues #15 and #16). - Explain environment variables (Issue #14). - Explain yml file config (Issue #13).
- Add Dean Attali as contributor to the package.
- test whitelisting with auth0 (Issue #10)
- added user info support with
session$userData - added option to set configuration YAML file path in
options(auth0_config_file=) - update
use_auth0function to also useAUTH0_USERenvironment variable to fill theapi_urlparameter automatically in the_auth0.ymlfile. - minor errors and bug fixes.