Skip to content

fix(oauth3): clean up typecheck failures#38

Open
Dexploarer wants to merge 1 commit intoJejuNetwork:developfrom
Dexploarer:codex/fix-oauth3-typecheck
Open

fix(oauth3): clean up typecheck failures#38
Dexploarer wants to merge 1 commit intoJejuNetwork:developfrom
Dexploarer:codex/fix-oauth3-typecheck

Conversation

@Dexploarer
Copy link
Contributor

Summary

  • Removed unused appId local in /passkey/options (apps/oauth3/api/routes/auth-init.ts) to satisfy noUnusedLocals.
  • Removed inline header object in createSecureToken and added a minimal JWT header algorithm guard in verifySecureToken.
  • Imported shared SealedSecret type into apps/oauth3/api/services/sealed-oauth.ts to resolve the missing-name compile error.

Validation

  • bun run typecheck in apps/oauth3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant