Skip to content

v0.9.10 - PKCE Flow Support & OAuth Stability

Choose a tag to compare

@alexeykrol alexeykrol released this 24 Dec 08:21
· 81 commits to main since this release

🚀 What's New

PKCE Flow Support

  • OAuth now works in Chrome and Safari - Fixed authentication issues caused by Supabase JS SDK @2
  • Supports both OAuth flows: Implicit flow (hash fragment) and PKCE flow (query string)
  • Maintains backward compatibility with Firefox
  • Verified with Google OAuth and Facebook OAuth

Bug Fixes

  • dotsTimer Bug - Fixed ReferenceError in callback handler (3 occurrences)
  • MemberPress Compatibility - Added patch to hide duplicate login links

Testing

✅ Chrome - OAuth working
✅ Safari - OAuth working
✅ Firefox - OAuth working
✅ Magic Link - Working
✅ Russian UI - Complete

📦 Installation

Download supabase-bridge-v0.9.10.zip and install via:
WordPress Admin → Plugins → Add New → Upload Plugin

🔧 Migration from v0.9.1

No breaking changes. Simply upload the new version and activate.

📝 Full Changelog

See CHANGELOG.md for complete version history (v0.9.6-v0.9.10).


🤖 Generated with Claude Code