credential_manager_web 2.1.0
credential_manager_web: ^2.1.0 copied to clipboard
Web implementation of the credential_manager plugin using Web Authentication API (WebAuthn) and Credential Management API.
2.1.0 #
- Fixed the
<script>tag path documented in the README, Google Sign-In setup guide, and example app'sweb/index.html:flutter build webplaces pluginweb/assets underassets/packages/<pkg>/..., not a top-levelpackages/<pkg>/...— the old path only happened to resolve underflutter run's dev server, and 404'd on real static deploys (e.g. Netlify) - No changes to the package's Dart/JS source or public API
2.0.7 #
- Initial release of Web implementation package
- Web-specific implementation using Web Authentication API (WebAuthn) and Credential Management API
- Supports password credentials, passkeys, and Google Sign-In