Set authentication URL
auth_url.Rdauth_url() is deprecated. Use add_api() to register API endpoints
with their correct URLs instead.
See also
add_api() to register API endpoints
Examples
if (FALSE) { # \dontrun{
# Use add_api() instead:
add_api("counts", "http://localhost:8000/api")
} # }