Reauthorization Semantics
Understand how re-running consent updates existing connections and revokes previous tokens.
Reauthorization Semantics
When an existing user re-authorizes your application:
- One Logical Active Connection: Zorveus maintains exactly one active
user_oauthconnection per app-user pairing. - Token Invalidation: Reauthorization revokes all previous inference tokens issued for that connection and mints one replacement token.
- Policy Updates: Any modified spending caps, selected funding organizations, or model permissions take effect immediately upon completion.
Was this page helpful?
Edit this page on GitHub