descope 0.7.0
descope: ^0.7.0 copied to clipboard
A Flutter package for working with the Descope API.
0.7.0 #
- Added Magic Link support to Flows
- New
DescopeExceptionnow thrown from all operations - Fixed
redirectUrlparameter - Added Logger & Network client for easier debugging
0.6.0 #
- Beta release.
README.mdupdated to convey all changes.
New Features #
- The new
Descopeconvenience class wraps around theDescopeSdkand provides easier access for most cases. AlternativelyDescopeSdkinstances can still be created. - Manage your session using the new
DescopeSessionManager. Sessions are saved securely on Android and iOS. - Authenticate using Flows.
- Added
http.Requestauthorization extensions. - Added
createdTimetoUserResponse.
Breaking Changes #
- Authentication methods no longer return a session directly, but rather the new
AuthenticationResponse. It can be converted into aDescopeSessionby callingDescopeSession.fromAuthenticationResponse(authResponse). DescopeSDKrenamed toDescopeSdk.refreshSession()now returnsRefreshResponseinstead ofDescopeSession.DescopeConfigconstructor changed.Userrenamed toSignUpDetials.merequest now returns aDescopeUserinstead ofMeResponsewhich has been deleted.
0.5.1 #
- Fixed publish workflow
0.5.0 #
- Initial alpha release