flutter_secure_storage_web
This is the platform-specific implementation of flutter_secure_storage
for web.
Features
- Secure storage using WebCrypto.
- Application-specific key wrapping for enhanced security.
Important Notice
This plugin only works on HTTPS or localhost environments. Ensure that proper HTTP Strict Transport Security (HSTS) headers are configured to secure your application.
Configuration
You can use application-specific key wrapping to make keys more secure.
Usage
Refer to the main flutter_secure_storage README for common usage instructions.
License
This project is licensed under the BSD 3 License. See the LICENSE file for details.
Libraries
- flutter_secure_storage_web
- Web library for flutter_secure_storage