Skip to content

v0.1.3 — Sign in with AI Passport

Choose a tag to compare

@Mendocan Mendocan released this 04 Jul 09:16

Release v0.1.3 — Sign in with AI Passport

Title suggestion: v0.1.3 — Sign in with AI Passport

Summary

  • ai-passport authorize <client> — issue short-lived context tokens
  • ai-passport token inspect|exchange — validate and consume tokens
  • --callback for localhost web app dev loop
  • SDK: authorize(), exchangeToken(), inspectToken()
  • Revoke now clears outstanding tokens for the client

Install

npm install -g @ai-passport-core/cli@0.1.3

Quick start

ai-passport authorize my-web-app --yes
ai-passport token exchange aip_tok_...

Full guide: SIGN_IN.md