Back to overview

Identity / Keys

The access layer that stays consistent everywhere

Technical name: Heddle

Identity, session, and SSO truth for the stack.

Heddle keeps identity, session, and SSO from behaving differently in every part of the system.

One identity for many systems

Status Available now README sync 22 May 2026

Why start here?

Modern systems have many interfaces, many services, and many logins. Logging in is not the hardest part. Shared identity afterwards is.

jhf-heddle is the technical identity layer across the whole system. It connects tools, services, and interfaces through one shared login and session foundation. Not as a user management system, but as the layer that makes identity readable everywhere.

When do I need this?

Heddle becomes important the moment identity can no longer live inside a single surface.

  • multiple systems are in use
  • multiple UIs and tools interlock
  • agents, backend, and services must recognize the same user
  • users move between systems
  • identity becomes technically complex

What role it plays here

This is the identity layer across all systems.

One identity. Every system.

Identity, session, and SSO truth for the stack.

What the module actually does

Not as IAM jargon in the foreground, but as the calm technical layer that connects every other system to one shared identity.

At the core

Provides one central login instance. Users and systems enter the identity chain through the same entry point.

Delivers consistent OIDC and OAuth tokens. Tokens behave predictably across systems instead of changing with every integration.

Connects every system through one identity. Not many local logins. One technical identity carried across the system.

Keeps sessions understandable across systems. Moving between surfaces and services no longer feels like moving between separate worlds.

Makes new tools easier to integrate. New systems attach to the existing identity layer instead of opening yet another login island.

What role it plays in the stack

Warp determines agents. Pattern keeps work consistent. Shuttle executes. Heddle connects everything through one shared identity.

technical identity layer for the Helpifyr system

connects tools, services, and interfaces through one login context

complements Spindle, Pattern, and Shuttle instead of replacing them

keeps SSO and session foundations central

stays intentionally separate from business or policy logic

What this looks like in practice

Other systems use identity. This system provides it. That is exactly its role.

01

Provides one central login instance

Users and systems enter the identity chain through the same entry point.

02

Delivers consistent OIDC and OAuth tokens

Tokens behave predictably across systems instead of changing with every integration.

03

Connects every system through one identity

Not many local logins. One technical identity carried across the system.

04

Keeps sessions understandable across systems

Moving between surfaces and services no longer feels like moving between separate worlds.

How it fits into the system

Heddle does not stand alone. It connects to neighboring modules so a single capability becomes dependable follow-through.

Fabric The rules that always hold Keystore The controlled path to sensitive access Loom The place where no document gets lost Warp The conductor that assigns the work

Important boundary

Heddle stays bounded to its role as Identity, session, and SSO truth for the stack. It does not replace other modules; it makes its part of the system traceable, connectable, and reviewable.

What is intentionally out of scope

Heddle is easy to mistake for a classic IAM product. That reduction would be wrong.

not a user management tool

not a role or permission system

not a policy engine

not a replacement for business identity

What keeps this page honest

This explanation stays anchored to the module’s current truth, including its real boundaries, responsibilities, and contracts.

Heddle is the identity layer of Helpifyr.

README.md

Source and repo truth

This page is rendered from the repo-owned projection truth and remains tied to the README, module boundaries, and status.

GitHub JaddaHelpifyr/jhf-heddle

Heddle

Warp determines agents. Pattern keeps work consistent. Shuttle executes. Heddle connects everything through one shared identity.

Back to overview Contact