Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 763 Bytes

File metadata and controls

11 lines (8 loc) · 763 Bytes

Added

  • Added JWT token authentication support through SitumPlugin.setToken() and the new optional SitumProvider.token property.
  • MapView authentication can now be updated at runtime when using JWT token authentication.
  • The most recently updated credential becomes the active authentication method, regardless of whether it is added through a SitumPlugin method or via a SitumProvider prop.

Changed

  • SitumProvider.apiKey is now optional. If no credentials are available when the MapView loads, it waits until authentication is provided.
  • Updated the example application React Native from 0.79.1 to 0.83.10 to fix an issue that prevented the app from compiling on iOS.
  • Updated Android example application targetSdkVersion from 35 to 37.