What's Changed
Fixed
- OAuth re-authentication works from the web UI — removed
code=trueparameter that caused the callback page to consume the authorization code before it could be exchanged. Admins now paste the full callback URL from their browser's address bar. - Clear step-by-step instructions in the admin UI distinguishing "copy the URL" from "copy the code" to prevent confusion.
- URL extraction —
submitCode()now accepts either a raw code or a full callback URL and extracts the authorization code automatically.
Full Changelog: v0.5.7...v0.5.8