57 |
58 |
59 |
60 |

Appwrite Loves Svelte Kit

61 | 62 |
63 |

64 | This is demo application. Use button below to create account. Notice both server-side 65 | rendering, and client-side requests are authorized. The whole process uses 1st party secure 66 | cookies. 67 |

68 |
69 |
70 |
71 |
    75 |
  • 76 | 77 |
  • 78 |
  • 79 | 80 |
  • 81 |
82 |
83 |
84 |
85 |
92 |
95 |
96 |

Manage Authorization

97 |

98 | This component is not aware of auth status. 99 |

100 |
101 |
102 | {#if isLoading} 103 |
104 | {:else} 105 |
106 | 107 |
108 | 109 |
110 | 111 |
112 | {/if} 113 |
114 |
115 |
116 |
117 |
118 |
119 |