Huakun Shen 605a7844f2
Feature: Deep Link + Supabase OAuth + open extension in store with deep link (#16)
* feat(auth): add deep link and supabase auth

* fix(deep-link): fix some routing and reactive page rendering

* feat: implement supabase auth with pkce auth flow
2024-11-05 09:27:52 -05:00
..
2024-11-03 13:54:44 -05:00
2024-11-03 13:54:44 -05:00
2024-11-05 06:04:34 -05:00
2024-11-03 13:54:44 -05:00
2024-11-03 13:54:44 -05:00

Kunkun Desktop App

Rules

  • Keep all components as modular as possible
    • Don't use global store directly in components, pass them through context or props instead
    • The components may be exported as a package and used by other projects such as docs, extension