https://github.com/bitwarden/passwordless-caniuse
Bitwarden Passwordless.dev site testing.
https://github.com/bitwarden/passwordless-caniuse
bitwarden
Last synced: 7 months ago
JSON representation
Bitwarden Passwordless.dev site testing.
- Host: GitHub
- URL: https://github.com/bitwarden/passwordless-caniuse
- Owner: bitwarden
- Created: 2023-01-17T15:47:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T00:26:00.000Z (7 months ago)
- Last Synced: 2025-03-10T05:34:15.529Z (7 months ago)
- Topics: bitwarden
- Language: Vue
- Homepage: https://bitwarden.com/
- Size: 129 KB
- Stars: 6
- Watchers: 15
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Can I Use Passwordless.dev
This site tests if your device and browser supports WebAuthn and FIDO2.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Type Support For `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
1. Disable the built-in TypeScript Extension
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.