password_verification: Verify CEDARS End User Credentials

Description Usage Arguments Value

View source: R/data_io.R

Description

Verifies CEDARS end user name and password against information stored in MongoDB. Each CEDARS project is independent and occupies a different DB with its own user credentials collection.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
password_verification(
  uri_fun,
  user,
  password,
  host,
  port,
  database,
  end_user,
  end_user_password
)

Arguments

uri_fun

Uniform resource identifier (URI) string generating function for MongoDB credentials.

user

MongoDB user name.

password

MongoDB user password.

host

MongoDB host server.

port

MongoDB port.

database

MongoDB database name.

end_user

CEDARS end user name.

end_user_password

CEDARS end user password.

Value

TRUE for correct credentials, FALSE for incorrect.


CEDARS documentation built on Feb. 7, 2021, 5:06 p.m.