Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerosiinikone/svelte-rbac-passkey
Simple proof-of-concept demo project for easy passkey implementation on SvelteKit with JWT auth
https://github.com/kerosiinikone/svelte-rbac-passkey
passkeys rbac svelte5 sveltekit typescript
Last synced: about 13 hours ago
JSON representation
Simple proof-of-concept demo project for easy passkey implementation on SvelteKit with JWT auth
- Host: GitHub
- URL: https://github.com/kerosiinikone/svelte-rbac-passkey
- Owner: kerosiinikone
- Created: 2024-07-29T10:50:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T10:41:13.000Z (4 days ago)
- Last Synced: 2025-01-06T11:35:10.547Z (4 days ago)
- Topics: passkeys, rbac, svelte5, sveltekit, typescript
- Language: TypeScript
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://github.com/user-attachments/assets/de8ac1ab-b14a-46be-9da6-e0945ff13df6)
### TODO
- Docs
- Make passkey auth work stores other than the current device
- Use new snippets or components to represent anything that is repeated (passcode fields, items)
- Seed the db (write a script) with items
- Toastify
- Fix auth btn
- Errors on passkeys -> passkey deleted, does not exist, etc
- Somehow get the identifier (icloud keychain, microsoft hello) for each passkey to display
- Better UI elements, animations, spinners, skeletons, etc (last in order)