lethdat 02247f9018 feat(auth): integrate Firebase authentication and update auth flow
- Added Firebase authentication methods for login, signup, and password reset.
- Replaced mock user database with Firebase user management.
- Updated auth store to handle Firebase user state and authentication.
- Implemented middleware for Firebase authentication in RPC routes.
- Enhanced error handling and user feedback with toast notifications.
- Added Toast component for user notifications in the UI.
- Updated API client to include authorization headers for authenticated requests.
- Removed unused CSRF token logic and related code.
2026-01-16 02:55:41 +07:00
2025-12-31 17:18:50 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2026-01-02 22:00:50 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
Description
No description provided
Readme 58 MiB
Languages
TypeScript 72.3%
Vue 27.3%
HTML 0.4%