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

feat: Add wrappers around webauthn methods to handle native API calls #124

Open
wants to merge 20 commits into
base: feat/webauthn
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6403de1
Add initial types for wrapper methods around webauthn methods
deepjyoti30-st Dec 10, 2024
8a26ab1
Add init code for handling registration with signup
deepjyoti30-st Dec 10, 2024
98a116b
Add init definition for handling registration and signup
deepjyoti30-st Dec 10, 2024
0b7d1d4
Add type fixes for sign up and sign in credential payload
deepjyoti30-st Dec 11, 2024
41da8ab
Add support for registering and recovering account in recipe
deepjyoti30-st Dec 11, 2024
04f3f57
Expose function for register and recover functionality
deepjyoti30-st Dec 11, 2024
6054dcb
Expose function for authentication and sign in through recipe
deepjyoti30-st Dec 11, 2024
602c9af
Expose function for registering and recovering users account
deepjyoti30-st Dec 11, 2024
24eb95f
Update changelog and create build
deepjyoti30-st Dec 11, 2024
a9de691
Fix some duplicate errors
deepjyoti30-st Dec 16, 2024
439fe7c
Update function names to be more informative
deepjyoti30-st Dec 17, 2024
05a3e37
Refactor native registrater user functionality into separate function
deepjyoti30-st Dec 17, 2024
4d88f22
Refactor authentication into it's separate function for overriding
deepjyoti30-st Dec 17, 2024
f709930
Make registerUser an exported function of webauthn recipe
deepjyoti30-st Dec 17, 2024
e38fff8
Expose function for authentication through webauthn recipe
deepjyoti30-st Dec 17, 2024
dbe0aa2
Rename some functions to more align with the actual functionality
deepjyoti30-st Dec 18, 2024
97aa10f
Merge pull request #126 from supertokens/feat/rename-functions-to-be-…
deepjyoti30-st Dec 19, 2024
7d724e2
Add build files and make webauthn exported from root of the package
deepjyoti30-st Dec 19, 2024
06c468f
Add a type fix for signUp function not returning fetchResponse in typ…
deepjyoti30-st Dec 23, 2024
f504ad3
Add type fix for some other methods defined for webauthn
deepjyoti30-st Dec 23, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.15.0] - 2024-12-10

- Added webauthn support for various functionalities
- Adds wrapper methods by using webauthn to provide ease of usage for passkeys

## [0.14.0] - 2024-10-07

Expand Down
263 changes: 251 additions & 12 deletions lib/build/recipe/webauthn/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading