- Support custom URI schmes for auth redirects like
my-app://callback. - Stop auto-redirect for signed in users if explicit
?redirect_tois provided. - Fix benign ghost session when login in using PKCE.
- Fix param propagation for OAuth login flow.
- Many more tests and better documentation.
- Minor: clean up the repository of clients.
- Update dependencies.
What's Changed
- Fix: make OAuth login in examples/blog/flutter work by @eugenefil in #101
Full Changelog: v0.15.7...v0.15.8