credential_manager 1.0.4 credential_manager: ^1.0.4 copied to clipboard
Credential Manager plugin,Help one-tap Login functionality and store credentials in Google service account of user.
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.