Changes
Compose Auth Ui
- Add AuthUiExperimental annotation by @iruizmar in #603
All composables now have aAuthUiExperimentalannotation instead ofSupabaseExperimental
Auth
- Handle
weak_passwordandsession_not_foundauth error codes by @jan-tennert in #596
There is now a new subclass ofRestException:AuthRestExceptonwhich will be a super class for exceptions based on error codes. Currently, there are two new exceptions:AuthWeakPasswordExceptionandAuthSessionMissingException
More changes will follow. - Fix/improve session expiry calculation by @JOsacky in #610
Realtime
Misc
- Update README.md by @rafalgawlik in #605
New Contributors
- @rafalgawlik made their first contribution in #605