Releases: corbado/flutter-passkeys
Releases · corbado/flutter-passkeys
passkeys_web@2.5.0
What's Changed
- Vercel deployment by @Dopeamin in #124
- Implement External Security Keys on iOS and web by @Dopeamin in #125
- Feat/corbado auth migration guide by @Dopeamin in #130
- Feat/improve corbado auth example by @Dopeamin in #131
- Feat: Implement passkey list in corbado auth example by @Dopeamin in #132
- Fix: fix corbado auth example configuration by @Dopeamin in #135
- Feat: corbado auth extract frontendapiurl by @Dopeamin in #139
- Implements preview deployments for Vercel examples by @Dopeamin in #140
- Fix: persisting client env handle by @Dopeamin in #141
- Upgrades android configuration to latest settings by @Dopeamin in #144
- Fix: Improve Corbado auth storage by @Dopeamin in #145
- Feat: Add debugging info by @Dopeamin in #150
- Update readme's for Corbado_auth by @Dopeamin in #152
- Fixes condition login not working by @Dopeamin in #154
- 158 improve base64 challenge decoding handling by @Dopeamin in #159
- Fix ios base64url decoding by @Dopeamin in #160
- 163 error on android device with confirmation on another device by @Dopeamin in #164
- passkeys: add dartdoc comments on format requirements by @arnemolland in #167
- 162 doctor tool for debugging v1 by @Dopeamin in #165
- 168 doctor debugging tool migration to passkeys package by @Dopeamin in #169
- 170 port new doctor into corbado auth by @Dopeamin in #171
- 402 implement telemetry in corbadoflutter passkeys by @Dopeamin in #175
- Provide metadata for telemetry in flutter example by @Dopeamin in #178
- 181 feature request dont force minsdkversion to 28 in android by @Dopeamin in #186
- Fix: No value for transports for some authenticators by @Dopeamin in #189
- 190 improve getAvailability for Android by @Dopeamin in #191
- 193 ios build error with passkeys ios on flutter 3.35.1 UIWindow must be unwrapped by @Dopeamin in #194
- 196 authselectiontype is required in registerrequesttype but should be optional by @Dopeamin in #200
- 201 passkeys doctor not synced correctly by @Dopeamin in #203
New Contributors
- @arnemolland made their first contribution in #167
Full Changelog: 2.4.0...2.5.0
passkeys_web@2.4.0
What's Changed
- Upgrade corbado auth version to passkeys 2.5.0 by @Dopeamin in #115
- Feat/add corbado sdk header to corbado auth by @Dopeamin in #118
- Automated Tests to passkeys example by @Dopeamin in #116
- Feat/add transport field by @Dopeamin in #122
- Update register response with transports field by @mat100payette in #80
New Contributors
- @mat100payette made their first contribution in #80
Full Changelog: 2.3.0...2.4.0
passkeys_web@2.3.0
Release new version
What's Changed
- Fixes Format Exception : Padding issue by @Dopeamin in #87
- Adds missing userVerification field to AuthenticateRequestType by @Dopeamin in #89
- Add Guard for Passkey Support on iOS < 16 by @Dopeamin in #90
- Integrate namespace to build.gradle to allow AGP8+ by @Dopeamin in #88
- Prepares 2.2.0 release by @Dopeamin in #91
- Fix preferImmediatelyAvailableCredentials usage in iOS package by @ice-tychon in #83
- Fix preferImmediatelyAvailableCredentials usage in iOS package by @Dopeamin in #93
- Feature/integrate prefer immediately available credentials in android by @Dopeamin in #92
- Fixes requireResidentKey mapping into string instead of boolean in JSON in Android by @Dopeamin in #95
- Feat/support wasm mode by @Dopeamin in #102
- Add NoCreateOptionException handling by @Dopeamin in #103
- Upgrades androidx.credentials to the latest 1.3.0 stable version by @Dopeamin in #107
- Add getAvailability to all supported platforms by @Dopeamin in #110
- Implement new getAvailability API by @Dopeamin in #113
New Contributors
- @Dopeamin made their first contribution in #87
- @ice-tychon made their first contribution in #83
Full Changelog: 2.1.0...2.3.0
passkeys_web@2.1.0
Release new versions
passkeys_web
Initial release of flutter web support for passkeys.