descope 0.7.1 copy "descope: ^0.7.1" to clipboard
descope: ^0.7.1 copied to clipboard

A Flutter package for working with the Descope API.

0.7.1 #

  • Add support for custom OAuth providers

0.7.0 #

  • Added Magic Link support to Flows
  • New DescopeException now thrown from all operations
  • Fixed redirectUrl parameter
  • Added Logger & Network client for easier debugging

0.6.0 #

  • Beta release.
  • README.md updated to convey all changes.

New Features #

  • The new Descope convenience class wraps around the DescopeSdk and provides easier access for most cases. Alternatively DescopeSdk instances can still be created.
  • Manage your session using the new DescopeSessionManager. Sessions are saved securely on Android and iOS.
  • Authenticate using Flows.
  • Added http.Request authorization extensions.
  • Added createdTime to UserResponse.

Breaking Changes #

  • Authentication methods no longer return a session directly, but rather the new AuthenticationResponse. It can be converted into a DescopeSession by calling DescopeSession.fromAuthenticationResponse(authResponse).
  • DescopeSDK renamed to DescopeSdk.
  • refreshSession() now returns RefreshResponse instead of DescopeSession.
  • DescopeConfig constructor changed.
  • User renamed to SignUpDetials.
  • me request now returns a DescopeUser instead of MeResponse which has been deleted.

0.5.1 #

  • Fixed publish workflow

0.5.0 #

  • Initial alpha release
3
likes
0
pub points
44%
popularity

Publisher

verified publisherdescope.com

A Flutter package for working with the Descope API.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

cryptography, flutter, http, json_annotation

More

Packages that depend on descope