leancode_kratos_client 0.8.0
leancode_kratos_client: ^0.8.0 copied to clipboard
A Flutter library for connecting to Ory Kratos. It helps manage user authentication, registration, making it simple to add identity features to your app.
0.8.0 #
- chore: Upgrade dependencies. Support
analyzer: ^10.0.0. - breaking: Bump minimum Dart SDK to 3.10.
0.7.0 #
- feat: Add
LoginIdentityDisabledResultandPasskeyLoginIdentityDisabledResult
0.6.0 #
- feat: Add
metadataPublicproperty toUserProfileData
0.5.0 #
- chore: Upgrade dependencies. Support
build: ^4.0.0andbuild_runner: ^2.10.0. - breaking: Bump minimum Dart SDK to 3.9.
0.4.1 #
- feat: Add methods for secure credentials storage access
0.4.0 #
- feat: Add local credentials caching
- breaking: Remove const constructor in
FlutterSecureCredentialsStorage
0.3.1 #
- fix: Fix Logout flow on mobile
0.3.0 #
- chore: Upgrade dependencies. Support
build: ^3.0.0andbuild_runner: ^2.7.0. - breaking: Bump minimum Dart SDK to 3.8.
0.2.2 #
- feat: Add translation parameters to
KratosMessage - chore: Remove
freezedfrom dependencies
0.2.1 #
- chore: Upgrade packages (allow analyzer
7.x)
0.2.0 #
- feat: Add
getSessionmethod - feat: Add
isSessionValidmethod - fix: Fix Logout flow on Web
- fix: Fix Recovery flow on Web
- fix: Fix
getUserProfilemethod on Web - fix: Delete unnecessary platform checks from
registerWithOidcmethod - chore: Move
freezedto dev dependencies
0.1.0 #
- feat: Web support
- feat: Passkeys support
0.0.1 #
- Initial release