Skip to content

feat: Support for webauthn #123

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

Merged
merged 58 commits into from
Mar 19, 2025
Merged

feat: Support for webauthn #123

merged 58 commits into from
Mar 19, 2025

Conversation

deepjyoti30-st
Copy link
Contributor

@deepjyoti30-st deepjyoti30-st commented Dec 6, 2024

Summary of change

This PR adds webauthn support by routing calls to node SDK

Related issues

Test Plan

Tests will be written in react-auth repo.

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

  • Changelog has been updated
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
    • Along with the associated array in lib/ts/version.ts
  • webJsInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Remaining TODOs for this PR

Copy link

github-actions bot commented Dec 6, 2024

size-limit report 📦

Path Size
lib/build/index.js 27.32 KB (+0.36% 🔺)
recipe/emailverification/index.js 27.67 KB (+0.12% 🔺)
recipe/emailpassword/index.js 27.63 KB (+0.11% 🔺)
recipe/thirdparty/index.js 28.41 KB (+0.09% 🔺)
recipe/session/index.js 24.47 KB (+0.41% 🔺)
recipe/passwordless/index.js 28.69 KB (+0.09% 🔺)
recipe/userroles/index.js 24.74 KB (+0.39% 🔺)
recipe/multitenancy/index.js 27.06 KB (+0.42% 🔺)
recipe/multifactorauth/index.js 27.15 KB (+0.38% 🔺)
recipe/totp/index.js 26.89 KB (+0.1% 🔺)
recipe/oauth2provider/index.js 27.44 KB (+0.15% 🔺)
recipe/webauthn/index.js 31.32 KB (+100% 🔺)

@deepjyoti30-st deepjyoti30-st changed the title Support for webauthn feat: Support for webauthn Dec 6, 2024
@@ -12,6 +12,6 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const package_version = "0.14.0";
export const package_version = "0.15.0";

export const supported_fdi = ["3.1", "4.0"];
Copy link
Collaborator

Choose a reason for hiding this comment

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

fdi will have to be updated as well.

@porcellus porcellus changed the base branch from 0.14 to 0.15 March 19, 2025 20:14
@porcellus porcellus merged commit 64366a5 into 0.15 Mar 19, 2025
3 of 8 checks passed
@porcellus porcellus deleted the feat/webauthn branch March 19, 2025 20:15
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