Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Live Search | ||||||
---|---|---|---|---|---|---|
|
Credentials
User accounts are secured and authenticated via email address and password.
Email addresses are initially validated upon account creation by sending an email with a secure (per user hash) URL which must be clicked on prior to the account being verified.
If an end user forgets their password, they can request their password be reset from our login page, which sends an email to the account of record that includes a reset link with a unique key.
Session Timeout and Password Policies
Tidepool does not have a user or clinic configurable timeout or password policy a this time.
Tidepool users are required to have a password between 8 and 72
characters with no whitespace.
Session tokens expire after 8 hours
of inactivity and 24 hours
maximum
Remember Me sessions - 7 days
of inactivity, 30 days
maximum
sample JWT session token (time is in Unix timestamp format)
Code Block | ||
---|---|---|
| ||
{"alg":"RS256","typ":"JWT"}.{"aud":"api.tidepool.org","dur":2592000 |
Page Tree |
---|