Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed May 11, 2024
2 parents d22ea3d + 117110f commit ddad105
Show file tree
Hide file tree
Showing 8 changed files with 25,822 additions and 15,571 deletions.
2,387 changes: 1,312 additions & 1,075 deletions apps/examples/express/pnpm-lock.yaml

Large diffs are not rendered by default.

2,198 changes: 2,198 additions & 0 deletions apps/examples/nextjs-pages/pnpm-lock.yaml

Large diffs are not rendered by default.

2,199 changes: 1,255 additions & 944 deletions apps/examples/nextjs/pnpm-lock.yaml

Large diffs are not rendered by default.

4,917 changes: 4,917 additions & 0 deletions apps/examples/solid-start/pnpm-lock.yaml

Large diffs are not rendered by default.

1,446 changes: 828 additions & 618 deletions apps/examples/sveltekit/pnpm-lock.yaml

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions docs/pages/getting-started/providers/passkey.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,21 +212,3 @@ export default function Login() {
## Options

You can find all of the Passkeys provider options under the [API reference](/reference/core/providers/webauthn#webauthnconfig).

## Notes

- If you only pass a field named `username`, like below. 1Password **will not** offer to save new Passkeys in your login form.

```ts filename="@/auth.ts" /username/
providers = [
Passkey({
formFields: {
username: {
label: "Username",
required: true,
autocomplete: "webauthn username",
},
},
}),
]
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"engines": {
"node": "^18.18.0 || ^20.8.0"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@9.0.6",
"funding": [
{
"type": "github",
Expand Down

0 comments on commit ddad105

Please sign in to comment.