The CRM does not run its own login flow. Authentication is delegated to the Five Minutes Platform — you sign in to the Platform once and the CRM accepts the Platform-issued token.
From the Platform launcher
- Sign in to the Platform at
platforms.infiveminutes.com. - Pick the tenant you want to work in. If you only belong to one tenant, the Platform skips this step.
- Click the CRM tile in the launcher. You’ll land on the home page at
crm.infiveminutes.com.
What if I can’t see the CRM tile?
The tile is greyed-out when your tenant has not subscribed to the CRM module. A tenant admin can subscribe from the Platform marketplace — see Subscribing to modules in the Tenant Admin section.
Local development
In local dev the web app runs at crm.infiveminutes.local:3009 and the API at :4009. The Medical Centre Pack runs alongside as a separate process at :3011 / :4011.
The CRM validates Platform-issued tokens against an RS256 public key. It will never accept HS256 from the Platform — that’s an explicit guardrail, not a config knob.