loadMyModelsFromDb: Load modelIds and names for a particular user.

Description Usage Arguments

Description

Use this to get model identifiers for models created by a particular user. Note that I'm not using real paswords, I'm not encrypting anything, and I'm not enforcing much security. This is really just to keep users from messing with each other's models on a shared tenant. If you want better security then you might consider putting a proper authentication server in front of a user app or something like that.

Usage

1
loadMyModelsFromDb(userEmail, pin, dataUri)

Arguments

userEmail

the email of the user who build the models

pin

acts like a password, only is not really secure

dataUri

URI of mongoDB to use


cwhd/hdp-r documentation built on May 9, 2019, 4:57 a.m.