You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: rename nonRotating to preserveRefreshToken and fix revokeRefreshToken in online mode
Renamed the internal worker message field `nonRotating` to `preserveRefreshToken` across
worker.types.ts, token.worker.ts, http.ts, and api.ts to eliminate the confusing double-
negative at the use site (!nonRotating) in security-critical code.
Fixed revokeRefreshToken() in online mode: removed the incorrect no-op guard — the /oauth/revoke
endpoint accepts Online Refresh Tokens and, because ORTs are session-bound, revocation also
terminates the Auth0 session server-side. Updated JSDoc and the sample page to reflect this
behaviour accurately.
0 commit comments