Skip to main content

Account Service

Source: services/account/DOCS.md

Purpose: OAuth sign-in, session cookies, and plugin credential storage.

Public bases:

  • https://account.w7s.io/*
  • proxied via runtime at https://<org>.w7s.cloud/<repo>/_account/*

Key endpoints:

  • GET /_account/login (OAuth start)
  • GET /_account/callback (OAuth callback)
  • GET /_account/verify (session verification)

Auth:

  • Uses session cookies scoped to the org host.

Notes:

  • Service docs: docs/repo/services/account/service-overview.md