oidc_darwin 1.1.1
oidc_darwin: ^1.1.1 copied to clipboard
iOS and macOS implementation of the oidc plugin
1.1.1 #
- Update a dependency to the latest release.
1.1.0 #
1.0.0 #
Note: This release has breaking changes.
- FIX: resolve all four library bugs; drive honest unit coverage to ~95% (#368). (c86bee17)
- FIX(oidc_darwin): implement flowTimeoutSeconds for the Apple ASWebAuthenticationSession flow. (482f0186)
- DOCS(oidc_darwin): add the on-device verification checklist. (b22a1c06)
- BREAKING FEAT: merge oidc_ios + oidc_macos into a unified oidc_darwin plugin. (db73858e)
- FEAT: initial release of
oidc_darwin, the unified iOS + macOS implementation of theoidcplugin. It merges and supersedesoidc_iosandoidc_macosinto a single FluttersharedDarwinSourceplugin (one Swift target, onePackage.swift, one podspec), driving theASWebAuthenticationSessionbrowser primitive via the Pigeon-generatedOidcAppleHostApi. - BREAKING: replaces
oidc_iosandoidc_macos. Apps that depend on theoidcumbrella package need no changes; anyone depending onoidc_iosoroidc_macosdirectly should switch tooidc_darwin.