openidconnect_darwin 2.0.1
openidconnect_darwin: ^2.0.1 copied to clipboard
Darwin implementation for OpenIdConnect.
Changelog #
2.0.1 May 5th 2026 #
- Remove the
native_authenticationdependency fromopenidconnect_darwinand replace it with an in-repo Apple interactive-auth bridge. - Keep macOS loopback (
http://localhost) redirects working through an in-package localhost flow while continuing to support custom-scheme and HTTPS callbacks for Darwin interactive auth. - Remove the package-local
pubspec_overrides.yamlso publish and consumer resolution use hosted dependencies. - Update the platform-interface dependency to the
2.0.1patch line for the federated publish flow.
2.0.0 April 30th 2026 #
- Breaking change: first stable Darwin release for the 2.x federated package line using
native_authenticationsystem auth flows. - Add shared Darwin Swift Package Manager/CocoaPods packaging metadata and source layout for Flutter Apple dependency management compatibility. (#63)
- Document iOS/macOS deployment targets and
Info.plistcallback configuration requirements. - Clarify in the README that Flutter manages the Darwin plugin through the bundled CocoaPods and Swift Package Manager metadata.
0.0.1 #
- Initial Darwin implementation for OpenIdConnect using native_authentication.