Description Usage Arguments Details Author(s)
Functions for handling Synapse authentication.
1 2 3 4 | synapseLogin(username, password, mode = "auth")
synapseLogout(localOnly=FALSE)
.getUsername
.getPassword()
|
username |
Synapse username |
password |
API password associated with the username (see details) |
localOnly |
boolean controlling whether logout is done locally only, or propagated to Synapse |
mode |
The authentication mode. either "auth" or "hmac" |
If username and/or password arguments are not provided, the user will be prompted for input. If logout is propagated to Synapse (ie. localOnly = TRUE), it is likely that the user will be logged out for all clients currently in use
Matt Furia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.