openidconnect_web 2.0.1
openidconnect_web: ^2.0.1 copied to clipboard
Web implementation for OpenIdConnect.
Change Log #
2.0.1 May 5th 2026 #
- 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: align the web implementation with the 2.x federated release line.
- Preserve same-tab redirect-loop authentication handoff and add coverage for web implementation registration behavior.
- Document secure-context and callback-page requirements for web authentication.
1.0.26 April 1st 2025 #
- Dependency Update
1.0.25 December 4th 2024 #
- Remove dart:html for wasm support
1.0.24 December 4th 2024 #
- Update dependencies
1.0.23 February 7th 2024 #
- Update dependencies
1.0.22 October 29th, 2023 #
- Update dependencies
1.0.21 November 10th, 2022 #
- Update dependencies
1.0.19 December 9th, 2021 #
- Update to new interface and fix errors.
1.0.12 November 29th, 2021 #
- Update dependencies
1.0.11 September 10, 2021 #
- Updated to Dart 2.14
- Added linting
1.0.10 #
- Add the endorsement directive in the pubspec.yaml
1.0.9 #
- Implement redirect loop functionality in addition to the default web popup.
1.0.7 #
- Fix readme instructions
1.0.6 #
- Initial Release