Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you have created your Synapse account and added your Google email address, sign out of Synapse and sign back in using Google by clicking “Sign in with Google” on the Synapse login page.

API Key

Using a Synapse API key is highly recommended when logging in to Synapse from the command linePython or R clients instead of a password. API keys are almost always more secure than a password and need to be protected similarly to a password.

To find your API key, from your user icon in the top right corner, select Profile and Settings. Your Synapse API key is available in the box furthest to the bottom of Settings and can be made visible with Show API Key.

Synapse Email and Notifications

...

Synapse also sends platform notifications via email, such as @mentions in discussion forums, but it only sends them to the single email address you have selected to be your primary email. You can manage this preference on your Settings page.

Logging in

API Key

Using a Synapse API key is highly recommended when logging in to Synapse from the command line, Python or R clients instead of a password. API keys are almost always more secure than a password and need to be protected similarly to a password.

To find your API key, from your user icon in the top right corner, select Profile and Settings. Your Synapse API key is available in the box furthest to the bottom of Settings and can be made visible with Show API Key.

Personal Access Tokens

You can log in to Synapse from the programmatic clients using a personal access token instead of your username and password. Using a token is highly recommended over a username and password since a token can be easily revoked if it is compromised. Additionally, each token can be scoped so that it only grants permission to certain parts of your Synapse account, whereas your username and password have access to your whole account.

To generate a personal access token in the web client, navigate to your Settings page, scroll to the bottom of the screen, and click the Manage Personal Access Tokens button. You can view a list of the existing tokens and their permissions, or click Create New Token to generate a new personal access token with customized access to your Synapse account.

Deactivating Your Account

...