Skip to content
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

[WIP] Implement passkey #2256

Merged
merged 67 commits into from
Nov 1, 2024
Merged

[WIP] Implement passkey #2256

merged 67 commits into from
Nov 1, 2024

Conversation

phuocbitmark
Copy link
Contributor

Description

Describe your changes

  • implement passkeys
  • update onboarding flow

Copy link
Contributor

github-actions bot commented Oct 24, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

pubspec.lock

PackageVersionLicenseIssue Type
collection1.18.0NullUnknown License
test_api0.7.2NullUnknown License
test_core0.6.4NullUnknown License

Scanned Manifest Files

pubspec.lock
pubspec.yaml
  • json_annotation@>= 4.9.0, < 5.0.0
  • passkeys@>= 2.0.8, < 3.0.0
  • json_annotation@>= 4.6.0, < 5.0.0

@phuocbitmark phuocbitmark force-pushed the 2989-implement-passkeys branch from 6bdd464 to 6e428b5 Compare October 24, 2024 04:24
@phuocbitmark phuocbitmark force-pushed the 2989-implement-passkeys branch from 880f076 to 2b0c1fe Compare October 25, 2024 09:19
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
lib/view/passkey/passkey_login_view.dart Outdated Show resolved Hide resolved
lib/view/passkey/passkey_register_view.dart Outdated Show resolved Hide resolved
lib/view/passkey/passkey_register_view.dart Outdated Show resolved Hide resolved
@longbmk longbmk requested a review from ppupha November 1, 2024 04:30
lib/util/dio_util.dart Outdated Show resolved Hide resolved
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
@longbmk longbmk disabled auto-merge November 1, 2024 05:42
@longbmk longbmk merged commit 7a10ff7 into develop Nov 1, 2024
7 of 8 checks passed
@longbmk longbmk deleted the 2989-implement-passkeys branch November 1, 2024 05:43
const _extra = <String, dynamic>{};
final queryParameters = <String, dynamic>{};
final _headers = <String, dynamic>{};
final _headers = <String, dynamic>{r'Authorization': token};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary use of a raw string

const _extra = <String, dynamic>{};
final queryParameters = <String, dynamic>{};
final _headers = <String, dynamic>{};
final _headers = <String, dynamic>{r'Authorization': token};
_headers.removeWhere((k, v) => v == null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary duplication of receiver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants