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

Add svelte-passkeys #122

Merged
merged 7 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
15 changes: 14 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

uses: [D3], [PostCSS], [Lodash], [PNPM]

1. **[Passkey authentication starter](https://d1rl0ue18b0151.cloudfront.net)** 
[[code](https://github.com/passlock-dev/svelte-passkeys)] 
<a href="https://github.com/passlock-dev/svelte-passkeys/stargazers">
<img src="https://img.shields.io/github/stars/passlock-dev/svelte-passkeys?logo=github" alt="GitHub stars" valign="middle">
</a>

SvelteKit template featuring Passkeys, Social Sign in and more.<br>

uses: [passlock], [tailwind], [superforms], [lucia]

1. **[Guess The Year](https://guess-the-year.davjhan.com)**&nbsp;
[[code](https://github.com/davjhan/guess-the-year-game)]&ensp;
<a href="https://github.com/davjhan/guess-the-year-game/stargazers">
Expand Down Expand Up @@ -850,6 +860,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[babel]: https://babeljs.io
[changesets]: https://github.com/changesets/changesets
[chart.js]: https://chartjs.org
[cloudflare pages]: https://pages.cloudflare.com
[cloudflare]: https://cloudflare.com
[cloudinary]: https://cloudinary.com
[codemirror]: https://codemirror.net
Expand Down Expand Up @@ -893,6 +904,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[katex]: https://github.com/KaTeX/KaTeX
[liveblocks]: https://liveblocks.io
[lodash]: https://lodash.com
[lucia]: https://github.com/lucia-auth/lucia
[mapbox]: https://mapbox.com
[markedjs]: https://marked.js.org
[matter.js]: https://brm.io/matter-js
Expand All @@ -908,6 +920,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[octokit]: https://github.com/octokit/octokit.js
[ogl]: https://github.com/oframe/ogl
[panzoom]: https://github.com/timmywil/panzoom
[passlock]: https://github.com/passlock-dev/passkeys
[picocss]: https://picocss.com
[plausible]: https://plausible.io
[playwright]: https://playwright.dev
Expand All @@ -931,6 +944,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[storyblock]: https://storyblok.com
[storybook]: https://storybook.js.org
[supabase]: https://supabase.com
[superforms]: https://github.com/ciscoheat/sveltekit-superforms
[surge.sh]: https://surge.sh
[svelte forms lib]: https://github.com/tjinauyeung/svelte-forms-lib
[svelte-highlight]: https://github.com/metonym/svelte-highlight
Expand All @@ -955,7 +969,6 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[wasm]: https://webassembly.org
[webgl]: https://developer.mozilla.org/docs/Web/API/WebGL_API
[ytdl-core]: https://github.com/fent/node-ytdl-core
[cloudflare pages]: https://pages.cloudflare.com

## 🎉 Suggestions Welcome

Expand Down
27 changes: 27 additions & 0 deletions site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,33 @@
name: martin
location: France
company: null
- title: Passkey authentication starter
url: https://d1rl0ue18b0151.cloudfront.net
repo: https://github.com/passlock-dev/svelte-passkeys
description: SvelteKit template featuring Passkeys, Social Sign in and more.
uses:
- passlock
- tailwind
- superforms
- lucia
tags:
- authentication
- open source
- passkeys
- security
- template
date_created: 2024-04-22T00:00:00.000Z
date_added: 2024-05-17T00:00:00.000Z
slug: passkey-authentication-starter
repo_stars: 44
contributors:
- github: thobson
twitter: TobyHobsonUK
url: https://tobyhobson.com
avatar: https://avatars.githubusercontent.com/u/208345?v=4
name: Toby Hobson
location: London, United Kingdom
company: Passlock
- title: Svead
url: https://svead.pages.dev
repo: https://github.com/spences10/svead
Expand Down
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,15 @@
date_created: 2022-02-03
date_added: 2024-01-22

- title: Passkey authentication starter
url: https://d1rl0ue18b0151.cloudfront.net
repo: https://github.com/passlock-dev/svelte-passkeys
description: SvelteKit template featuring Passkeys, Social Sign in and more.
uses: [passlock, tailwind, superforms, lucia]
tags: [security, authentication, passkeys, template]
date_created: 2024-04-22
date_added: 2024-05-17

- title: Svead
url: https://svead.pages.dev
repo: https://github.com/spences10/svead
Expand Down
3 changes: 3 additions & 0 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ json5: https://github.com/json5/json5
katex: https://github.com/KaTeX/KaTeX
liveblocks: https://liveblocks.io
lodash: https://lodash.com
lucia: https://github.com/lucia-auth/lucia
mapbox: https://mapbox.com
markedjs: https://marked.js.org
matter.js: https://brm.io/matter-js
Expand All @@ -63,6 +64,7 @@ notion: https://notion.so
octokit: https://github.com/octokit/octokit.js
ogl: https://github.com/oframe/ogl
panzoom: https://github.com/timmywil/panzoom
passlock: https://github.com/passlock-dev/passkeys
picocss: https://picocss.com
plausible: https://plausible.io
playwright: https://playwright.dev
Expand All @@ -86,6 +88,7 @@ spotify web api: https://github.com/JMPerez/spotify-web-api-js
storyblock: https://storyblok.com
storybook: https://storybook.js.org
supabase: https://supabase.com
superforms: https://github.com/ciscoheat/sveltekit-superforms
surge.sh: https://surge.sh
svelte forms lib: https://github.com/tjinauyeung/svelte-forms-lib
svelte-highlight: https://github.com/metonym/svelte-highlight
Expand Down
Loading