Commit Graph

337 Commits

Author SHA1 Message Date
Jesse Winton
aef404f4d0 bunch of work 2024-08-19 14:10:06 -04:00
Steven Nguyen
0714b9cbff fix(tutorial): update redirect in SvelteKit SSR auth tutorial
The current redirect status code is 301, but that is a permanent
redirect. The problem with this is the browser will cache the redirect
and redirect for every request without even making a request to the
server.

Instead, we should use a 302 status code, which is a temporary redirect.
So, when the user hits the home page, the browser will hit the server
so that the server checks whether the user is logged in or not and
redirect accordingly instead of always redirecting to the same page.
2024-08-16 21:38:30 +00:00
Jesse Winton
47f72a03cc Revert "Merge branch 'main' into tailwind-integration"
This reverts commit 714d80c761, reversing
changes made to 39220aea98.
2024-08-05 19:04:55 -04:00
Jesse Winton
714d80c761 Merge branch 'main' into tailwind-integration 2024-08-05 19:01:02 -04:00
Jesse Winton
7cd6ca33d0 prettier updates 2024-07-23 16:08:38 -04:00
ItzNotABug
75f8146759 address comments, use descriptions directly. 2024-07-12 16:59:41 +05:30
ItzNotABug
097086cc4b add: meta descriptions to tutorials. 2024-07-11 18:12:09 +05:30
Luke B. Silver
a138b0613e Merge branch 'main' into doc-oauth-docs-change-same-site-cookie 2024-07-01 11:22:04 +01:00
Steven Nguyen
3980400f44 Merge pull request #1019 from appwrite/doc-139-correct-mistakes-in-react-tutorial-in-docs
Correct mistakes in the react tutorial docs
2024-06-20 17:36:32 -07:00
choir27
5995d4b468 docs: remove document security content 2024-06-20 10:28:29 -04:00
choir27
2a0f4fc8d6 docs: remove indents in code snippets, make separate section for configure permissions, and replace goTo with window.location.replace in code snippet 2024-06-19 10:16:07 -04:00
Steven Nguyen
a67774eb19 Merge pull request #1048 from appwrite/docs-fix-next-tutorial-link
docs: fix broken link to the demos-for-react repository onnextjs-ssr-…
2024-06-18 20:17:59 -07:00
choir27
bceac22cec docs: move ideaprovider component in code snippet implementation to step 7, change navigateTo to goTo with import, change wording of permissions text 2024-06-18 10:57:05 -04:00
choir27
baa62e2dde docs: update link to direct user straight to nextjs server side rendering 2024-06-18 10:18:02 -04:00
choir27
7b2eca4364 docs: fix broken link to the demos-for-react repository onnextjs-ssr-auth 2024-06-17 14:07:42 -04:00
choir27
cb68d2de0b doc: update code snippet examples, fix mistakes in content, fix npm create command, undo all prettier changes, revert .env.example back into repo, revert pnpm-lock file 2024-06-11 15:55:33 -04:00
Gümrah Sindar
b4672f634e +page.markdoc: Fix typo, change "Svelte" to "Vue" 2024-06-11 15:12:59 +03:00
Gonzalo
ff6e7f99ca Update OAuth docs
The cookie should be ``lax`` in order to be send to the redirect target as the sign in OAuth flow is cross site.
Keep in mind that with a lax session cookie you should make some checks when receiving requests to sensitive endpoints. Easy way, save a strict cookie with the same session and check they are the same in a middleware for your sensitive routes.
2024-06-03 18:22:56 +02:00
Vincent (Wen Yu) Ge
7b4280b89f Merge branch 'main' into feat-1.5.x-cloud 2024-05-15 19:20:00 +00:00
Vincent (Wen Yu) Ge
c69e7412c7 Search replace createEmailSession to createEmailPasswordSession 2024-05-15 19:17:08 +00:00
Steven Nguyen
48bd2d323d fix: remove quotes from nuxt tutorial .env file
.env files should not have double quotes. Doing so may add the double quotes into the actual string at runtime.

See https://nuxt.com/docs/guide/directory-structure/env
2024-05-15 10:53:16 -07:00
Vincent (Wen Yu) Ge
d0d58bf096 Merge pull request #912 from appwrite/feat-expand-auth-quickstart
Improve account overview page
2024-05-01 09:59:13 -04:00
Vincent (Wen Yu) Ge
e9018e27c8 bump SDK versions 2024-04-26 22:10:53 -04:00
Vincent (Wen Yu) Ge
761e9ed886 Add new quick start examples 2024-04-24 16:47:51 -04:00
Vincent (Wen Yu) Ge
84f2017fde Merge branch 'main' into feat-improve-code-fence 2024-04-11 22:04:27 -04:00
Vincent (Wen Yu) Ge
a22f073a0c Bump pink icons, add react native icons 2024-04-09 15:51:13 +00:00
Vincent (Wen Yu) Ge
2499ad3821 Merge branch 'main' into feat-improve-code-fence 2024-04-08 19:24:46 -04:00
Arman
823db2cb6a Merge pull request #868 from appwrite/react-native
Use react icon for react native
2024-04-08 16:47:28 +02:00
Vincent (Wen Yu) Ge
f92c229cef Add back accidentally deleted next line 2024-04-08 10:34:50 -04:00
Vincent (Wen Yu) Ge
110d56ad9e Removed unused space 2024-04-08 10:33:53 -04:00
Vincent (Wen Yu) Ge
7d2e819299 Replace React Native icon with react for now 2024-04-08 10:27:51 -04:00
Vincent (Wen Yu) Ge
21f72b959e Merge pull request #858 from appwrite/react-native
[Do not merge, waiting for pink icon release] Add react-native quick start
2024-04-08 09:58:48 -04:00
Damodar Lohani
f95b50c968 fix typo 2024-04-08 12:30:52 +05:45
Vincent (Wen Yu) Ge
39f47ad8e3 Add react native tutorial, fix some mistakes found along the way 2024-04-07 16:42:15 -04:00
Vincent (Wen Yu) Ge
af0bd5c9f3 Fix react tutorial 2024-04-07 15:07:25 -04:00
loks0n
ffe930f82f feat: icons 2024-04-04 12:08:11 +01:00
Luke B. Silver
3bda4caa82 Merge pull request #763 from SumitBando/patch-1
Broken tutorial : Svelte load function needs to await for data to load
2024-04-03 10:55:03 +01:00
Vincent (Wen Yu) Ge
3fd85fa2ef Make it obvious when we talk about the Client SDKs 2024-04-02 14:06:11 -04:00
Vincent (Wen Yu) Ge
7055efcd1b Fix redirects 2024-03-11 16:05:46 +00:00
Vincent (Wen Yu) Ge
30f28cee78 Lock versions 2024-03-11 15:54:21 +00:00
Vincent (Wen Yu) Ge
8e54df53fd Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2024-03-11 14:20:53 +01:00
Vincent (Wen Yu) Ge
5d5144dd64 Fix broken link 2024-03-11 11:27:02 +01:00
Vincent (Wen Yu) Ge
333a0d5a6f Revert breaking docs changes and add disclaimers for new features until 1.5 on Cloud 2024-03-11 10:56:25 +01:00
Vincent (Wen Yu) Ge
93d3dcd01e Merge branch 'main' of https://github.com/appwrite/website 2024-03-10 16:37:17 +01:00
Vincent (Wen Yu) Ge
1e0e0cce25 Add Astro SSR 2024-03-10 16:37:06 +01:00
Arman
33c9a71643 Merge branch 'main' of github.com:appwrite/website into replace-prefix 2024-03-10 16:16:43 +01:00
Vincent (Wen Yu) Ge
9482573b8d Merge branch 'fix-ssr-svelte' of https://github.com/appwrite/website into fix-ssr-svelte 2024-03-10 11:52:59 +00:00
Vincent (Wen Yu) Ge
0ac9ca7fe6 Fix SSR for sveltekit 2024-03-10 11:52:34 +00:00
loks0n
03c2e6b4a2 chore: remove nuxt tut 2024-03-10 11:37:48 +01:00
loks0n
b3304ce5a1 chore: remove tabs 2024-03-10 11:31:07 +01:00