Skip to content

v2.1.0

Compare
Choose a tag to compare
@rphlmr rphlmr released this 22 Feb 15:56
· 11 commits to main since this release
f7efdc5

New
Forgot password feature 🚀

⚠️ Note

There is a SSR mismatch warning due to the nature of oauth process (callback URL with fragment #, oauth spec).

I think I'll come back to this feature with something different (based on session cookies), but It works as expected for now.

This warning in the console is "expected" because we use a client-side code (supabase authListener) that changes the rendered URL 😅.