-
Notifications
You must be signed in to change notification settings - Fork 210
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
BREAKING CHANGE: Updated Android SDK to v3 beta & fixed issues with biometrics Authentication on Android. #940
Commits on Aug 2, 2024
-
BREAKING CHANGE: added initial changes for using Android v3
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9c8df2 - Browse repository at this point
Copy the full SHA d9c8df2View commit details -
fix: fixed issues with ui thread on android while using local authent…
…ication Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5955645 - Browse repository at this point
Copy the full SHA 5955645View commit details -
fix: fixed double invocation of callbacks on iOS module
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for defc69b - Browse repository at this point
Copy the full SHA defc69bView commit details -
feat: bumped up the dependency on Android SDK to 3.0.0-beta.0
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a11ecb - Browse repository at this point
Copy the full SHA 0a11ecbView commit details -
chore: removed references to requireLocalAuthentication in Auth0Context
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8329481 - Browse repository at this point
Copy the full SHA 8329481View commit details -
test: updated unit tests according to latest changes
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba24bfb - Browse repository at this point
Copy the full SHA ba24bfbView commit details -
chore: updated sample app to specify permissions for face id usage
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ba2ea7 - Browse repository at this point
Copy the full SHA 8ba2ea7View commit details -
chore: bumped up version of expo to 51.0.24 & react-native to 0.74.4 …
…to fix snyk vulnerabilities (#938) Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7a3d12 - Browse repository at this point
Copy the full SHA b7a3d12View commit details -
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#939)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d750721 - Browse repository at this point
Copy the full SHA d750721View commit details -
chore(deps): bump fast-xml-parser from 4.2.7 to 4.4.1 in /example (#936)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a32884 - Browse repository at this point
Copy the full SHA 3a32884View commit details -
chore(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.8 (#…
…933) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd057f2 - Browse repository at this point
Copy the full SHA bd057f2View commit details -
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#929)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f22f9d - Browse repository at this point
Copy the full SHA 6f22f9dView commit details -
chore(deps): bump ws from 6.2.2 to 6.2.3 in /example (#925)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f1b8f84 - Browse repository at this point
Copy the full SHA f1b8f84View commit details -
chore(deps-dev): bump ws from 6.2.2 to 6.2.3 (#924)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed19778 - Browse repository at this point
Copy the full SHA ed19778View commit details -
chore(deps): bump braces and react-native-codegen in /example (#922)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a8e67e5 - Browse repository at this point
Copy the full SHA a8e67e5View commit details -
chore(deps-dev): bump typedoc-plugin-missing-exports from 2.1.0 to 2.…
…3.0 (#920) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b5d9b74 - Browse repository at this point
Copy the full SHA b5d9b74View commit details -
Update codeowner file with new GitHub team name (#935)
Co-authored-by: Desu Sai Venkat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adb79fe - Browse repository at this point
Copy the full SHA adb79feView commit details -
chore: updated readme and migration guides
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f12a40e - Browse repository at this point
Copy the full SHA f12a40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd6594 - Browse repository at this point
Copy the full SHA 4dd6594View commit details -
Configuration menu - View commit details
-
Copy full SHA for d398d0a - Browse repository at this point
Copy the full SHA d398d0aView commit details -
chore: passing local authentication options as well to the auth0 inst…
…ance created in hook
Configuration menu - View commit details
-
Copy full SHA for d09c3e7 - Browse repository at this point
Copy the full SHA d09c3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa61eb - Browse repository at this point
Copy the full SHA eaa61ebView commit details
Commits on Aug 5, 2024
-
chore: made evaluationPolicy and authenticationStrategy of LocalAuthe…
…nticationOptions as optional
Configuration menu - View commit details
-
Copy full SHA for af120f9 - Browse repository at this point
Copy the full SHA af120f9View commit details