NEWS.md
gsub() function (Fixed by @teofiln)request_extra_params option to _auth0.yml file, to allow passing extra parameters to the authorization endpoint (Issue #100).remove_callback_params param to shinyAppAuth0() function to remove code and state callback parameters after successful authentication.LazyData from DESCRIPTION fileshinyjs package as Import, not Suggestsauth0_ui() and auth0_server() functions to enable ui.R/server.R support (Issue #5).auth0_find_config_file(), auth0_config() and auth0_info() functions to ease debugging.auth0_credentials to user session data (Issue #39).login_info to auth0_info in the user session data (Issue #19).shinyAppAuth0() instead of shinyAuth0App() and soft-deprecate shinyAuth0App() (Issue #18).session$userData
options(auth0_config_file=)
use_auth0 function to also use AUTH0_USER environment variable to fill the api_url parameter automatically in the _auth0.yml file.