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(
origin = funky::config_val("origin"),
email = funky::config_val("email", require = TRUE)
)Arguments
- origin
character(1)
NocoDB server origin.character(1)
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()