Skip to content

v1.0.2 - Fix: OAuth redirect URL decoding

Choose a tag to compare

@noiwid noiwid released this 27 Mar 11:08
· 19 commits to main since this release

Fix: OAuth redirect URL decoding
Microsoft's OAuth callback URL often contains URL-encoded characters (e.g. %24 instead of $). The integration now automatically decodes the redirect URL before authentication, fixing "HTTP Unauthorized" errors that many users experienced when pasting the callback URL. (#18)