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

[#659] WebAuthn authentication #662

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from
Open

Conversation

shurwit
Copy link
Collaborator

@shurwit shurwit commented May 11, 2023

Description

Please provide a summary of the pull request and the issue it resolves. Please add necessary details, context, dependencies, explanation of when review is needed (see next section), etc.

Resolves #659

Review Time Estimate

Please give your idea of how soon this pull request needs to be reviewed by selecting one of the options below. This can be based on the criticality of the issue at hand and/or other relevant factors.

  • Immediately
  • Within a week
  • When possible

Type of changes

Please select a relevant option:

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Other (any another change that does not fall in one of the above categories.)

Checklist:

Please select all applicable options:

  • I have signed the Rokwire Contributor License Agreement (CLA). (Any contributor who is not an employee of the University of Illinois whose official duties include contributing to the Rokwire software, or who is not paid by the Rokwire project, needs to sign the CLA before their contribution can be accepted.)
  • I have updated the CHANGELOG.
  • I have read the Contributor Guidelines.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My change requires updating the documentation.
  • I have made necessary changes to the documentation.
  • I have added tests related to my changes.
  • My changes generate no new warnings.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@shurwit shurwit requested a review from petyos as a code owner May 11, 2023 17:24
@shurwit shurwit linked an issue May 11, 2023 that may be closed by this pull request
@shurwit shurwit requested a review from roberlander2 May 11, 2023 17:30
shurwit and others added 2 commits May 11, 2023 13:33
* initial webauthn implementation (in progress)

* refactor webauthn to handle credentials, update docs

* avoid creating inaccessible accounts

* fix webauthn registration issues, add webauthn test page

* fix webauthn login flow

* update changelog
Copy link
Contributor

@roberlander2 roberlander2 left a comment

Choose a reason for hiding this comment

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

Thanks @shurwit, this looks good! I just left a few minor questions below.

driver/web/adapter.go Show resolved Hide resolved
core/auth/auth_type_webauthn.go Outdated Show resolved Hide resolved
core/auth/auth_type_webauthn.go Outdated Show resolved Hide resolved
@shurwit shurwit requested a review from roberlander2 May 17, 2023 19:36
roberlander2
roberlander2 previously approved these changes Jun 8, 2023
Copy link
Contributor

@roberlander2 roberlander2 left a comment

Choose a reason for hiding this comment

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

Thanks @shurwit, LGTM!

shurwit and others added 6 commits June 9, 2023 09:42
* initial webauthn implementation (in progress)

* refactor webauthn to handle credentials, update docs

* avoid creating inaccessible accounts

* fix webauthn registration issues, add webauthn test page

* fix webauthn login flow

* update changelog

* fix error handling

* fix login issues for mobile

* upgrade dependencies
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.

[FEATURE] WebAuthn authentication
2 participants