Skip to content

Feat: upgrade dependencies #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 317 commits into
base: feat/improve-passkeys
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
317 commits
Select commit Hold shift + click to select a range
76aea49
bump up passkeys version in passkeys_example
Dopeamin Jan 15, 2025
47f762a
removes unused package from example
Dopeamin Jan 15, 2025
0015fea
Merge branch 'main' into automated-tests
Dopeamin Jan 16, 2025
0d74746
changes to workflow
Dopeamin Jan 16, 2025
d7abe90
changes to workflow
Dopeamin Jan 16, 2025
ea1c5fe
changes to workflow
Dopeamin Jan 16, 2025
bf49173
adds flow for ios
Dopeamin Jan 16, 2025
252c6eb
fixes pipeline
Dopeamin Jan 16, 2025
a76451f
fixes pipeline
Dopeamin Jan 16, 2025
0b93f85
fixes pipeline
Dopeamin Jan 16, 2025
4bb6500
fixes pipeline
Dopeamin Jan 16, 2025
6c0772a
fixes pipeline
Dopeamin Jan 16, 2025
92efa3e
fixes pipeline
Dopeamin Jan 16, 2025
6691210
fixes pipeline
Dopeamin Jan 16, 2025
7645278
fixes pipeline
Dopeamin Jan 16, 2025
c5e4933
fixes pipeline
Dopeamin Jan 16, 2025
6d47430
fixes pipeline
Dopeamin Jan 16, 2025
886bfc6
fixes pipeline
Dopeamin Jan 16, 2025
d957cac
fixes pipeline
Dopeamin Jan 16, 2025
0962c70
fixes pipeline
Dopeamin Jan 16, 2025
92300cf
fixes pipeline
Dopeamin Jan 16, 2025
7154958
fixes pipeline
Dopeamin Jan 16, 2025
6c63487
fixes pipeline
Dopeamin Jan 16, 2025
69bc6a9
fixes pipeline
Dopeamin Jan 16, 2025
27a4f3c
fixes pipeline
Dopeamin Jan 16, 2025
4b1e673
fixes pipeline
Dopeamin Jan 16, 2025
44067d7
fixes pipeline
Dopeamin Jan 16, 2025
6f61e13
fixes pipeline
Dopeamin Jan 16, 2025
289ea9d
fixes pipeline
Dopeamin Jan 16, 2025
556662c
fixes pipeline
Dopeamin Jan 16, 2025
79bdc78
fixes pipeline
Dopeamin Jan 16, 2025
6121688
fixes pipeline
Dopeamin Jan 16, 2025
8d0de6b
fixes pipeline
Dopeamin Jan 16, 2025
eabae7a
fixes pipeline
Dopeamin Jan 16, 2025
dd6bb90
fixes pipeline
Dopeamin Jan 16, 2025
daf43f5
try out api-level:30
Dopeamin Jan 17, 2025
d47a525
try out api-level:29
Dopeamin Jan 17, 2025
8c0b375
try out api-level:29
Dopeamin Jan 17, 2025
38614d4
try out api-level:29
Dopeamin Jan 17, 2025
7f57cd8
try out api-level:29
Dopeamin Jan 17, 2025
8db0353
try out api-level:29
Dopeamin Jan 17, 2025
109ff4c
try out api-level:35
Dopeamin Jan 17, 2025
d31ff29
fixes android gradle version
Dopeamin Jan 17, 2025
011621b
fixes android gradle version
Dopeamin Jan 17, 2025
78b517c
fixes android gradle version
Dopeamin Jan 17, 2025
468eec3
fixes android gradle version
Dopeamin Jan 17, 2025
c65fb3f
fixes android gradle version
Dopeamin Jan 17, 2025
10fb5f2
fixes android gradle version
Dopeamin Jan 17, 2025
276c533
fixes android gradle version
Dopeamin Jan 17, 2025
c7a9cf4
fixes android gradle version
Dopeamin Jan 17, 2025
a38c4b4
fixes android gradle version
Dopeamin Jan 17, 2025
c59f92d
fixes android gradle version
Dopeamin Jan 17, 2025
3913b29
fixes android gradle version
Dopeamin Jan 17, 2025
8df1daf
reenables ios tests
Dopeamin Jan 17, 2025
b36e017
changes appium timeout
Dopeamin Jan 17, 2025
86f855c
changes appium timeout
Dopeamin Jan 17, 2025
b45b7bb
set up google account
Dopeamin Jan 20, 2025
a205991
sets up google account for android
Dopeamin Jan 20, 2025
890beb4
sets up google account for android
Dopeamin Jan 20, 2025
00e0431
sets up google account for android
Dopeamin Jan 20, 2025
200c8cb
sets up google account for android
Dopeamin Jan 20, 2025
d155270
sets up google account for android
Dopeamin Jan 20, 2025
2d897de
upgrades androidx.credentials to the latest 1.3.0 stable version
Dopeamin Jan 21, 2025
dc07624
Merge pull request #107 from corbado/androidx-credentials-1.3.0-upgrade
Dopeamin Jan 21, 2025
d642589
added hasPasskeySupport to passkeys_platform_interface
Dopeamin Jan 21, 2025
3c83262
implement hasPasskeySupport in passkeys_web
Dopeamin Jan 21, 2025
a68e4b1
reenables canAuthenticate and adds it to web
Dopeamin Jan 21, 2025
0699028
finish adding hasPasskeySupport
Dopeamin Jan 21, 2025
3292f2d
small refactor
Dopeamin Jan 21, 2025
925f3c0
upgrades rollup to fix vulnerability
Dopeamin Jan 21, 2025
907967b
adds changes to example
Dopeamin Jan 21, 2025
02b5eb4
Merge remote-tracking branch 'origin/main' into 105-is-there-a-replac…
Dopeamin Jan 22, 2025
f88225d
adds a change to CHANGELOG.md for android
Dopeamin Jan 22, 2025
2f7e350
removes useless code
Dopeamin Jan 22, 2025
52fbe6a
Merge pull request #110 from corbado/105-is-there-a-replacement-metho…
Dopeamin Jan 23, 2025
072ec00
fixes issue with canAuthenticate and adds method to check biometrics
Dopeamin Jan 23, 2025
4b4b27d
adds new availability types for each platform
Dopeamin Jan 23, 2025
b85fcca
implements new changes in passkeys package
Dopeamin Jan 23, 2025
1c1b799
implements new changes in example
Dopeamin Jan 23, 2025
b14ee55
fixes condition change
Dopeamin Jan 23, 2025
9eb46e0
adds read me
Dopeamin Jan 23, 2025
6af8581
Merge pull request #113 from corbado/111-devicenotsupportedexception-…
Dopeamin Jan 23, 2025
3b6a66d
prepares releasing for 2.5.0
Dopeamin Jan 23, 2025
6ccbd95
prepares releasing for 2.5.0
Dopeamin Jan 23, 2025
e2beeaf
2.5.0 release
Dopeamin Jan 23, 2025
cdf53e9
removes unused package
Dopeamin Jan 23, 2025
c884c67
upgrades example to 2.5.0
Dopeamin Jan 23, 2025
e86372b
use passkeys 2.5.0
Dopeamin Jan 24, 2025
a3a0422
fixes example bundle.js
Dopeamin Jan 24, 2025
d7e476c
removes formatting
Dopeamin Jan 24, 2025
37ecaf2
fixes bundle version
Dopeamin Jan 24, 2025
d0ea40e
Merge pull request #115 from corbado/upgrade-corbado-auth-version-to-…
Dopeamin Jan 24, 2025
8d63d47
prepares for corbado_auth 3.1.0 release
Dopeamin Jan 24, 2025
4d9f013
fixes warnings
Dopeamin Jan 24, 2025
9df2faf
fixes corbado_auth example not running on android
Dopeamin Jan 30, 2025
c9ce684
fixes corbado_auth readme
Dopeamin Jan 31, 2025
0bb197e
Merge remote-tracking branch 'origin/main' into automated-tests
Dopeamin Jan 31, 2025
66ff656
adds configuration simple logic
Dopeamin Feb 4, 2025
bf9042f
finish android signup tests
Dopeamin Feb 4, 2025
66d4f05
finish android signup tests
Dopeamin Feb 4, 2025
bb61144
finish android signup tests
Dopeamin Feb 4, 2025
caacb3e
finishes all tests
Dopeamin Feb 4, 2025
ca4776c
removes workflow
Dopeamin Feb 4, 2025
5c56d58
adds documentation
Dopeamin Feb 5, 2025
27bf16d
removes useless code
Dopeamin Feb 5, 2025
ea4e338
adds device id to tests
Dopeamin Feb 5, 2025
9b8f703
adds header to api
Dopeamin Feb 5, 2025
5270bab
adds version 2.1.0 to corbado_frontend_api_client
Dopeamin Feb 5, 2025
862098e
adds sdkVersion to corbado_frontend_api_client
Dopeamin Feb 5, 2025
800dc8e
prepare 3.2.0 corbado_auth
Dopeamin Feb 5, 2025
7a3fbda
Merge pull request #118 from corbado/feat/add-corbado-sdk-header-to-c…
Dopeamin Feb 5, 2025
59d15bc
fixes README.md
Dopeamin Feb 5, 2025
7e022ca
Wait for apple to download apple-app-site-association
Dopeamin Feb 5, 2025
2beeb1b
Merge pull request #116 from corbado/automated-tests
Dopeamin Feb 5, 2025
53799de
adds CONTRIBUTING.md
Dopeamin Feb 5, 2025
1a16212
makes authenticatorAttachment "preferred"
Dopeamin Feb 6, 2025
018934b
makes authenticatorAttachment "platform"
Dopeamin Feb 6, 2025
7933f23
mergin main
Dopeamin Feb 6, 2025
cfff494
fixes rpID
Dopeamin Feb 6, 2025
49f8020
fixes transports for ios
Dopeamin Feb 6, 2025
76235af
fixes missing import for android
Dopeamin Feb 6, 2025
ee3be24
undo project.pbxproj change
Dopeamin Feb 6, 2025
b764da9
undo project.pbxproj changes
Dopeamin Feb 6, 2025
10e8055
fixes AttestationResponse.fromJSON
Dopeamin Feb 6, 2025
d3b7801
fixes rpid
Dopeamin Feb 6, 2025
9dd39ce
fixes pbxproj
Dopeamin Feb 6, 2025
72d62c5
Merge pull request #122 from corbado/feat/add-transport-field
Dopeamin Feb 6, 2025
9733702
fixes android getAvailability
Dopeamin Feb 6, 2025
f8bcd47
prepares platform_interface 2.3.0
Dopeamin Feb 6, 2025
b39ff7b
prepares for 2.6.0
Dopeamin Feb 6, 2025
8f2a9e5
release 2.6.0
Dopeamin Feb 6, 2025
7e39397
change example packages versions
Dopeamin Feb 6, 2025
ebf8965
fixes Platform.version issue in corbado_auth
Dopeamin Feb 6, 2025
ed9207f
prepares corbado_auth 3.2.1
Dopeamin Feb 6, 2025
9e54da8
uses github bundle instead of local bundle in passkeys web
Dopeamin Feb 7, 2025
b1ef538
adds github flows
Dopeamin Feb 7, 2025
26b4c5d
Merge pull request #124 from corbado/vercel-deployment
Dopeamin Feb 7, 2025
0a3cadc
fixes missing secret
Dopeamin Feb 7, 2025
0e5744f
Merge branch 'vercel-deployment'
Dopeamin Feb 7, 2025
a9e8998
fixes missing secret
Dopeamin Feb 7, 2025
83179c4
fixes command
Dopeamin Feb 7, 2025
ec76f27
adds flutter to actions
Dopeamin Feb 7, 2025
47790a0
store transport in the example local_relying_party_server.dart
Dopeamin Feb 7, 2025
320193d
fixes exceptions when using yubikeys on web
Dopeamin Feb 7, 2025
63f48d0
adapt passkeys_platform_interface
Dopeamin Feb 7, 2025
ae996fe
removes useless changes
Dopeamin Feb 7, 2025
37b8868
adds initial code to allow security keys in ios
Dopeamin Feb 10, 2025
330ea4d
finish implementing external security keys
Dopeamin Feb 10, 2025
16cbbb5
simplifies local_relying_party_server.dart
Dopeamin Feb 10, 2025
14800ed
fixes comments
Dopeamin Feb 10, 2025
06fb4cb
adds new timeout exception for ios
Dopeamin Feb 11, 2025
bc10791
adds new timeout exception for ios
Dopeamin Feb 11, 2025
2002426
adds new timeout exception in flutter layer
Dopeamin Feb 11, 2025
b2befb2
Merge pull request #125 from corbado/fix/yubikeys-on-web
Dopeamin Feb 11, 2025
d003eb2
prepares passkeys_platform_interface for 2.3.1
Dopeamin Feb 11, 2025
d1dc821
prepares for version 2.7.0
Dopeamin Feb 11, 2025
3c969c8
release 2.7.0
Dopeamin Feb 11, 2025
39809fa
bump up passkeys version to 2.7.0 in the example
Dopeamin Feb 12, 2025
f63cd00
bump up passkeys version to 2.7.0 in corbado_auth
Dopeamin Feb 12, 2025
98a6ad8
add MIGRATION.md
Dopeamin Feb 13, 2025
4e5dd74
finish first migration guide draft
Dopeamin Feb 13, 2025
bd9e552
Merge pull request #130 from corbado/feat/corbado_auth_migration_guide
Dopeamin Feb 13, 2025
7372b01
minor improvements to MIGRATION.md
Dopeamin Feb 13, 2025
fa8e96a
adds full name field anc controller to signup_init.dart
Dopeamin Feb 13, 2025
d97b5d8
adds email edit screen and logic
Dopeamin Feb 13, 2025
d244bb7
removes useless passkeySkip function from passkey_verify_block.dart
Dopeamin Feb 14, 2025
838c3e5
finishes edit email functionality
Dopeamin Feb 14, 2025
df9c872
adds missing exception for when email is taken
Dopeamin Feb 14, 2025
18c9ece
adds check for unchanged email
Dopeamin Feb 14, 2025
e72a18d
prepares corbado_auth 3.3.0
Dopeamin Feb 14, 2025
7070bb5
Merge pull request #131 from corbado/feat/improve-corbado_auth-example
Dopeamin Feb 17, 2025
7860e97
adds passkey_list_page
Dopeamin Feb 17, 2025
a103230
exports block types
Dopeamin Feb 17, 2025
9b4dc0c
adds error handling to passkey_list_page.dart
Dopeamin Feb 17, 2025
ef52f34
adds changeUsername function to corbado_auth.dart
Dopeamin Feb 17, 2025
85c68f5
adds edit profile page and functionality
Dopeamin Feb 17, 2025
83905e3
adds changelogs
Dopeamin Feb 17, 2025
b26cba5
fixes example project id
Dopeamin Feb 17, 2025
d431323
Merge pull request #132 from corbado/feat/implement_passkey_list_in_c…
Dopeamin Feb 18, 2025
96693be
fixes corbado_auth example project id
Dopeamin Feb 19, 2025
dd2208f
revert back project ID
Dopeamin Feb 19, 2025
2056bec
removes corbado_project_id from passkey example and adds new calculat…
Dopeamin Feb 19, 2025
1cd1146
fixes configuration for corbado_auth example
Dopeamin Feb 19, 2025
b720b00
fixes issue with passkey_web thinking "hybrid" is invalid
Dopeamin Feb 19, 2025
25f308a
prepares 2.5.1 for passkeys_web
Dopeamin Feb 19, 2025
4b20c20
prepares 2.7.1 version of passkeys
Dopeamin Feb 19, 2025
e9cda1a
fixes typo in passkeys_web README.md
Dopeamin Feb 19, 2025
2978758
bump up passkseys version inside of corbado_auth
Dopeamin Feb 19, 2025
4c8447a
Merge pull request #135 from corbado/fix/fix-corbado_auth-example-con…
Dopeamin Feb 19, 2025
9e20a17
redeploy-examples
Dopeamin Feb 19, 2025
d60efe4
fixes custom domain
Dopeamin Feb 19, 2025
cfdd6cd
redeploy-examples
Dopeamin Feb 19, 2025
b83cc32
fixes custom domain
Dopeamin Feb 19, 2025
a7260c3
fixes custom domain
Dopeamin Feb 19, 2025
7833a00
adds frontendAPIUrl setting from backend
Dopeamin Feb 20, 2025
3435711
deprecates customDomain
Dopeamin Feb 20, 2025
47a27cb
removes customDOmain from example
Dopeamin Feb 20, 2025
03a7edb
adds frontendAPIURL to storage and session.dart
Dopeamin Feb 20, 2025
06c0e27
adds logic for setting and retrieving baseUrl without loosing session
Dopeamin Feb 20, 2025
565ccb7
removes newly added key
Dopeamin Feb 20, 2025
8d578a7
fixes reload causing sign out
Dopeamin Feb 20, 2025
f5a57ad
prepares for corbado_auth 3.4.0
Dopeamin Feb 20, 2025
2cbc063
Merge pull request #139 from corbado/feat/corbado_auth-extract-fronte…
Dopeamin Feb 20, 2025
15c972e
first deployment
Dopeamin Feb 20, 2025
30c7661
fixes link
Dopeamin Feb 20, 2025
4f61104
prepares passkeys flow
Dopeamin Feb 20, 2025
efefa3d
fixes trigger
Dopeamin Feb 20, 2025
29640ae
Merge pull request #140 from corbado/prepare-preview-vercel-deployments
Dopeamin Mar 3, 2025
a523f8b
adds storage of client env
Dopeamin Mar 14, 2025
bbec002
finishes clientEnvHandle persisting logic
Dopeamin Mar 14, 2025
37ec5d3
prepares 3.4.1
Dopeamin Mar 14, 2025
e665121
Merge pull request #141 from corbado/fix/store-client-env
Dopeamin Mar 14, 2025
a6e8f32
fixes signup with VA not working
Dopeamin Mar 14, 2025
321cc60
adds error handling with message to passkeys example
Dopeamin Mar 14, 2025
e53ccf7
adds error handling with message to passkeys example
Dopeamin Mar 14, 2025
4282f97
upgrades android conf to latest versions
Dopeamin Mar 17, 2025
4a597a6
adds project based caching
Dopeamin Mar 17, 2025
da5c326
implements project based storage
Dopeamin Mar 17, 2025
f46af52
refactors storage code
Dopeamin Mar 17, 2025
76d4147
adds back comments
Dopeamin Mar 17, 2025
ec62b01
changes key naming format
Dopeamin Mar 17, 2025
5002fcf
Merge pull request #144 from corbado/fix/fix-corbado_auth-example-and…
Dopeamin Mar 17, 2025
8a58e96
moves away from Flutter keychain and uses FlutterSecureStorage instead
Dopeamin Mar 17, 2025
36099c7
fixes exception when key value already exists
Dopeamin Mar 17, 2025
37ee51c
removes useless code
Dopeamin Mar 17, 2025
f9796b7
downgrade flutter_secure_storage to 9.0.0
Dopeamin Mar 17, 2025
618e094
downgrades flutter_secure_storage to 9.0.0
Dopeamin Mar 18, 2025
556ddc6
Merge pull request #145 from corbado/fix/improve-corbado-auth-storage
Dopeamin Mar 18, 2025
ebd8bf4
prepares release
Dopeamin Mar 18, 2025
ad61c78
temporary fix for passkeys example RPid
Dopeamin Mar 19, 2025
ad76f78
Revert "temporary fix for passkeys example RPid"
Dopeamin Mar 19, 2025
589e31c
fixes passkeys example appium_flutter_server dependency issue
Dopeamin Mar 19, 2025
726fb54
adds .cxx folder to gitignore
Dopeamin Mar 19, 2025
ca28d2d
turns rpId into a stream
Dopeamin Mar 24, 2025
ccbf44b
expose projectId and rpID
Dopeamin Mar 24, 2025
632be5c
remove flutter.corbado.io from entitlements for iOS
Dopeamin Mar 24, 2025
04b207e
prepares corbado_auth 3.5.1
Dopeamin Mar 24, 2025
80df9e4
Merge pull request #150 from corbado/feat/add-debugging-info
Dopeamin Mar 24, 2025
bfe3740
updates corbad_auth readmes
Dopeamin Mar 26, 2025
f4865ca
updates main repo readme
Dopeamin Mar 26, 2025
b6980e1
add integration guide button
Dopeamin Mar 26, 2025
8b8c050
Merge pull request #152 from corbado/update-readme
Dopeamin Mar 26, 2025
ff21dad
fixes conditional login
Dopeamin Apr 1, 2025
5bffc59
prepares for 3.5.2
Dopeamin Apr 1, 2025
7d01fa6
Merge pull request #154 from corbado/147-ios-conditional-login-not-wo…
Dopeamin Apr 1, 2025
2db5092
Merge remote-tracking branch 'upstream/main' into feat/upgrade-depend…
nmtuong97 Apr 8, 2025
3042058
fix: resolve conflict
nmtuong97 Apr 8, 2025
4f58e57
chore: update dependencies path
nmtuong97 Apr 8, 2025
41867d5
Update pubspec.yaml
nmtuong97 Apr 8, 2025
4471c73
Update pubspec.yaml
nmtuong97 Apr 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes android gradle version
  • Loading branch information
Dopeamin committed Jan 17, 2025
commit 78b517c3142b51efac84fa600d0f384797a003ad
3 changes: 2 additions & 1 deletion .github/workflows/flutter_emulator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
emulator-options: "-no-audio -no-window -gpu swiftshader_indirect"
script: |
adb shell input keyevent 82 &
flutter build apk --debug --target=packages/passkeys/passkeys/example/lib/main.dart --dart-define=CORBADO_PROJECT_ID=pro-8751299119685489253 \
flutter version
flutter run -d emulator-5554 --target=packages/passkeys/passkeys/example/lib/main.dart --dart-define=CORBADO_PROJECT_ID=pro-8751299119685489253 \
&& adb install -r packages/passkeys/passkeys/example/build/app/outputs/flutter-apk/app-debug.apk \
&& npm i --prefix packages/passkeys/passkeys/example/tests \
&& node packages/passkeys/passkeys/example/tests/main.js android