credential_manager 2.0.0 credential_manager: ^2.0.0 copied to clipboard
Credential Manager plugin,Help one-tap Login functionality and store credentials in Google service account of user on Android and for iOS it will use Keychain to store credentials.
0.0.1 #
- initial release
0.0.2 #
- Add encryption
- No breaking changes
- Add documentation
0.0.3 #
- Implement remaining ActivityAware lifecycle methods,Thanks to Granfalloner
0.0.4 #
- Migrate to latest version of jetpack library https://developer.android.com/jetpack/androidx/releases/credentials#groovy
- Google Sign in with Credential Manager
0.0.5 #
- Update all dependencies to latest version Thanks to @jlafazia-figure
- Bug fixes and improvements in example application
- Update README.md with latest information
1.0.0 #
- Added Passkey support.
- Autofill from website.
- Fix bugs and improve code.
1.0.1 #
- Fix Example application(package Id).
- Provided rpId for testing purpose.
1.0.2 #
- Add missing fields
Response
Object forPublicKeyCredential
1.0.3 #
- Add google button flow for google login,Thanks to @wildsylvan
1.0.4 #
- Add logout functionality using clearCredential(), example application, documentation and dependencies update.
1.0.4+1 #
- Update documentation
- Update example application
- Update dependencies
- Update README.md
- Update CHANGELOG.md
- Update LICENSE
- Update pubspec.yaml
- Update errors.md
2.0.0 #
- Add Password Credentials and Passkey Credentials support for iOS
- Breaking changes in android
- Removed Encrypted Credentials password based from both platforms