Skip to content

Tags: GoCodeAlone/workflow-plugin-auth

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(auth): distinct auth_anthropic_exchange step (2-step OAuth, opt-…

…in) (#61)

Consolidates the orchestrator's bespoke Anthropic oauth_exchange (deleted
in agent PR5) into auth as a DISTINCT step — separate from the generic
auth_oauth_exchange (google/facebook). Owns proto messages + codegen +
2-step handler (code->token at console.anthropic.com, token->API-key at
api.anthropic.com; PKCE state-as-verifier quirk). Gated enable_anthropic_oauth
default false (D17 confused-deputy: mints long-lived Anthropic API keys).
Wired into the in-process EnginePlugin entry (PR1) for ratchet. gRPC path
unchanged. Proto codegen command recorded.

Co-authored-by: Claude <noreply@anthropic.com>

v0.3.14

Toggle v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(adminidentity): persist visible 2FA state (#59)

* fix(adminidentity): persist visible 2FA state

* fix(adminidentity): disable caching for JSON responses

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(adminidentity): infer TOTP enrollment from credentials

Use `totp_enrolled` as the authoritative explicit state when present, and fall back to scanning returned credentials only for older/compatible hosts that omit the field.

Verification:
- GOWORK=off go test ./adminidentity -run TestHandlerServesIdentityPageWithConfiguredRoutes -count=1
- GOWORK=off go test ./...
- wfctl plugin validate-contract --for-publish --tag v0.3.13 .

v0.3.12

Toggle v0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Complete reusable identity admin workflows (#57)

* fix: complete identity admin workflows

* fix: include recovery email in identity user

* fix: restore passkey enrollment UI

* fix: expose totp enrolled ui state

* fix: report identity credential methods

* fix: preserve credential creation status

* fix: address identity admin review

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add reusable auth identity admin surface (#56)

* feat: add reusable auth identity admin surface

* fix: address identity admin review feedback

v0.3.10

Toggle v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(auth): audit production followups (#55)

* docs(auth): audit production followups

* docs(auth): address review notes

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add auth admin config UI

Add a reusable auth admin configuration UI handler for host applications.

v0.3.7

Toggle v0.3.7's commit message
workflow-plugin-auth v0.3.7