Skip to content

v1.2.0

Compare
Choose a tag to compare
@simeng-li simeng-li released this 05 Feb 07:20
· 11 commits to master since this release
5172e91

Support Logto organization authorization flow

Dependencies updates

  • bump http package dependency to 1.2.0
  • bump flutter_secure_storage package dependency to 9.0.0
  • bump flutter_lints package dependency to 3.0.x

New features

  • Update LogtoConfig to support new organization features, including new organization scopes and fetching organization token
  • Add LogtoClient.getOrganizationToken method to support organization token retrieval

Other updates

  • Export all the necessary classes and interfaces from logto_core to logto_client package
  • Update the example app to demonstrate the new organization feature