hss_okta_flutter 1.4.3 copy "hss_okta_flutter: ^1.4.3" to clipboard
hss_okta_flutter: ^1.4.3 copied to clipboard

A Flutter plugin that functions as an abstraction layer, seamlessly integrating Okta's Native SDKs into the Flutter ecosystem.

1.0.1 #

  • Updated readme.md
  • Updated pubspec.yaml description property

1.0.0 #

  • Initial Release of the plugin

1.1.0 #

  • Added Okta Web
  • Updated readme.md

1.1.1 #

  • Updated readme.md

1.2.2 #

  • Made OktaAuth private
  • Added getter for OktaAuth
  • Removed OktaConfig
  • Added AuthStateManager
  • Added TokenManager
  • Added Helper methods for OktaAuth
  • Changed initialize auth client parameters to OktaConfig
  • Added additional okta config parameters

1.2.3 #

  • Updated OktaConfig constructor
  • Added additional OktaConfig properties
  • Fixed Bug regarding mishandling of mobile and web exports

1.2.4 #

  • Fixed missing extension for export barrel

1.3.0 #

  • Fixed Missing Interop tag for OktaAuth
  • Added getUserInfo call
  • Removed misleading UnImplemented Exception message
  • Updated setTokens to accept Tokens
  • Updated getTokens return type to Tokens
  • Changed setTokens from Future
  • Changed getUserInfo return type to Map
  • Update Token abstractons
  • Added refresh token
  • Added hasExpired in TokenManager
  • Updated getToken to return Abstract token
  • Added Userclaims
  • Added Userclaims to AbstractToken

1.3.1 #

  • removed acces to OktaAuth JS Object
  • Changed return type of getUserInfo to UserClaims
  • Added revoke AccessToken
  • Added revoke RefreshToken
  • Added Alias of getUserInfo
  • Added removeOriginalUri,getOriginalUri, and setOriginalUri to OktaAuth
  • Added handleRedirect for OktaAuth
  • Added setHeaders to OktaAuth
  • Added other AuthorizeOptions arguments

1.3.2 #

  • Added Authn API
  • Added AuthStateManager
  • Addded subscribe to authentication changes
  • Added unsubscribe to authentication changes
  • Added User claims class
  • Added Session API
  • exposed AuthClient for web users

1.3.3 #

  • Added Fix for a problem in iOS which causes non-exhaustive error, making some users unable to build

1.3.4 #

  • Added getAllIds for iOS and Android
  • Added removeCredential for iOS and Android
  • Added setDefaultCredential for iOS
  • Added getToken for Android and iOS
  • Fixed Missing error return for native Browser SignIn and Signout streams
  • Fixed Crash on android when okta.properties has bad values

1.4.0 #

  • Fixed renew token not accepting abstract tokens
  • updated example UI

1.4.1 #

  • Added authstate methods

1.4.2 #

  • Fixed Outdated web stub causing example running issues

1.4.3 #

  • updated dependencies
  • generated pigeon files for exceptions
  • updated exception throws with the generated ones for better stacktrace and exception logging
6
likes
140
pub points
46%
popularity

Publisher

verified publisherhypersense-software.com

A Flutter plugin that functions as an abstraction layer, seamlessly integrating Okta's Native SDKs into the Flutter ecosystem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, js, pigeon, plugin_platform_interface, url_launcher

More

Packages that depend on hss_okta_flutter