v2.0.0-alpha1 🚀
Pre-release
Pre-release
·
11 commits
to refs/heads/main
since this release
Changes in Release v2.0.0-alpha1
- Add qr and inapp namespaces for app verification @chrisfisher (#63)
Breaking Changes
- Remove generic
devicenamespace for all app verification flows. Introduceqrandinappalongsidepushto use instead. - The
push.getCredentialmethod nows returnsAuthsignalResponse<AppCredential>instead ofAuthsignalResponse<PushCredential>. - The
push.addCredentialmethod now returnsAuthsignalResponse<AppCredential>instead ofAuthsignalResponse<Bool>.
Full Changelog: v1.8.1...v2.0.0-alpha1