haorwen 210a34b33c feat: 增加passkey支持 (#270)
* chore: add .pnpm-store to .gitignore

* feat: implement passkey authentication and management features

- Added passkey login and registration endpoints to the auth service.
- Introduced PasskeyManagement component for user passkey management.
- Updated localization files to include passkey-related strings in English and Chinese.
- Created utility functions for handling passkey operations in WebAuthn.
- Adjusted login page to support passkey login flow.
- Modified configuration for local development server.

* feat: enhance passkey management with modal input and localization updates

- Added a modal for entering passkey names during registration in the PasskeyManagement component.
- Updated English and Chinese localization files to include new strings for passkey name input.
- Improved user experience by validating passkey name input before registration.

* feat: enhance passkey login experience with localization updates

- Added new localization strings for passkey authentication errors and status messages in English and Chinese.
- Updated the login page to utilize localized strings for improved user feedback during passkey login attempts.

* feat: add name field to UserPasskey interface for enhanced user identification

* feat: integrate passkey support across login and settings

- Added passkey option to login configuration and updated related components to conditionally render passkey login button.
- Enhanced MyAccount and Logins components to manage passkey settings and display passkey management options based on configuration.
- Updated English and Chinese localization files to include new strings for passkey functionality.

* feat: added server version check for passkey
2025-12-12 21:25:49 +08:00
2025-02-10 15:06:50 +08:00
2024-08-31 10:26:34 +08:00
2025-02-11 16:54:09 +08:00
2025-12-12 21:25:49 +08:00
2025-08-10 18:11:55 +08:00
2025-12-12 21:25:49 +08:00
2022-06-12 19:39:35 +08:00
2025-12-12 21:25:49 +08:00
2022-01-27 22:06:44 +08:00
2025-02-10 15:06:50 +08:00
2025-02-10 15:06:50 +08:00
2025-02-10 15:06:50 +08:00
2022-07-05 22:13:06 +08:00
2025-12-12 21:25:49 +08:00
2025-08-10 18:11:55 +08:00
2023-05-15 08:53:12 +08:00
2025-02-10 15:06:50 +08:00

中文 | English

Web Client of VoceChat

contributions welcome GitHub issues GitHub GitHub top language Docker Pulls

  • 🎉 Powered by React & Redux Toolkit
  • Typescript
  • 📦 PWA
  • 📢 Notification by firebase

Host your server! Or use our test server

  • Host your own Voce server (docker image): Run on x86_64 platform:
docker run -d --restart=always \
  -p 3000:3000 \
  --name vocechat-server \
  privoce/vocechat-server:latest

For more server hosting instructions, see our documentation: https://doc.voce.chat/

Preview

Local Development

  • git clone https://github.com/Privoce/vocechat-web vocechat-web

  • cd vocechat-web & pnpm install

  • pnpm start

  • Open localhost:3009

License

GPL v3

Thanks all the contributors

Discuss collaboration: han@privoce.com

Telegram group: https://t.me/opencfdchannel VoceChat: https://voce.chat

Telegram channel: https://t.me/vocechat_group VoceChat Channel: https://privoce.voce.chat

S
Description
ColdBreeze chat web fork
Readme GPL-3.0 12 MiB
Languages
TypeScript 93.1%
JavaScript 5%
HTML 1.3%
CSS 0.6%