SIGNED OUT
Sign in to open your practice
Nothing is shown on this screen because the API did not confirm who is asking for it. Your clients, their charts and your notes stay hidden until it does.
Sign in again
Your session was not accepted. Signing in again issues a fresh one; this screen reloads once you do.
What is still true
- No practice data was loaded, and none was shown to anyone else.
- If you were signed in a moment ago, nothing was lost. Your work is stored against your practice, not against this browser tab.
- The help guides are public, so you can read how a screen works without being signed in.
Technical detail (for a developer)
- Auth mode
hosted- Hosted mode
- The server asks the sign-in provider for this request’s session token and presents it to the API as a bearer credential. The API verifies the token with the provider’s secret key and its authorized-party list; the caller’s cookies are not forwarded.
- Local mode
- The API trusts development identity headers, read from NAVELYRA_DEV_AUTH_SUBJECT, NAVELYRA_DEV_EMAIL and NAVELYRA_DEV_DISPLAY_NAME. A subject and an email are both required.