Tests whether the user with the specified email
has signed in during the current R session. See sign_in()
for details.
Usage
is_signed_in(
hostname = pal::pkg_config_val("hostname"),
email = pal::pkg_config_val("email", require = TRUE)
)
Arguments
- hostname
NocoDB server hostname. A character scalar.
E-mail address of the NocoDB user to authenticate with.
See also
Other functions to manage NocoDB authentication:
api_tokens()
,
assert_super_admin()
,
create_api_token()
,
delete_api_token()
,
is_super_admin()
,
refresh_sign_in()
,
req_auth()
,
sign_in()
,
sign_out()
,
sign_up_user()
Other user:
assert_super_admin()
,
is_super_admin()
,
refresh_sign_in()
,
sign_in()
,
sign_out()