Skip to content

v1.2.27

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 23:11
ed60444

v1.2.27

This update introduces new features, enhancements, and bug fixes to improve your development experience.

New Features

  • WebAuthn Passkeys Support: Added support for WebAuthn passkeys, enabling more secure and user-friendly authentication methods.

Enhancements

  • Login Hint Parameter: Introduced the loginHint parameter to the login method, allowing pre-filling of the login form with a specified username or email.

Bug Fixes

  • MasterKey Corruption Handling: Implemented re-initialization of encrypted shared preferences when a MasterKey corruption is detected, ensuring data integrity.

Documentation Updates

  • README Improvements: Updated the README to include Kotlin Gradle code blocks for better clarity.
  • Formatting Corrections: Fixed formatting issues in the README for improved readability.
  • Typographical Corrections: Addressed typos in the README to enhance documentation accuracy.
  • Permission Section Removal: Removed outdated permission sections from the README and example code to reflect current requirements.

Code Maintenance

  • Code Cleanup: Refactored AuthFragment to remove unused code, streamlining the codebase.