leancode_kratos_client 0.3.1
leancode_kratos_client: ^0.3.1 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.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