Skip to main content

Documentation Index

Fetch the complete documentation index at: https://authsome.agentr.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authsome no longer has an implicit default profile. authsome init creates a generated human-readable identity handle, creates an Ed25519 DID for that handle, and registers the handle/DID pair with the daemon. Protected daemon calls are scoped by the registered identity in the PoP token:
  • iss is the cryptographic DID.
  • sub is the registered human-readable handle.
  • the daemon registry is authoritative for sub -> DID.
The connection name default still exists. For example, authsome login github stores the provider connection named default unless you pass --connection. Older installs that used default_profile or credentials under profile:default:* must run:
uvx authsome init
This release intentionally does not migrate old default-profile credentials. A later migration task can import them into a registered identity.