Skip to content

Releases: curso-r/auth0

v0.2.1

27 Sep 00:23
Compare
Choose a tag to compare
  • Major Bugfix: Re-add remote_url option into _auth0.yml file and add a new auth0_local option (Issue #45, PR #47).

v0.2

20 Sep 16:57
d310b50
Compare
Choose a tag to compare
  • Support bookmarking (server side) (PR #38).
  • Export auth0_ui() and auth0_server() functions to enable ui.R/server.R support (Issue #5).
  • Export auth0_find_config_file(), auth0_config() and auth0_info() functions to ease debugging.

v0.1.1

13 Feb 15:49
Compare
Choose a tag to compare
  • added user info support with session$userData
  • added option to set configuration YAML file path in options(auth0_config_file=)
  • update use_auth0 function to also use AUTH0_USER environment variable to fill the api_url parameter automatically in the _auth0.yml file.
  • minor errors and bug fixes.