Commit Graph

316 Commits

Author SHA1 Message Date
Luke B. Silver
ca4b974950 Merge pull request #1365 from hefler/doc-1364-next.js-ssr-auth-demo-add-await-to-code
doc: Added `await` to cookies().get() promise
2024-12-03 15:46:14 +00:00
Ebenezer Don
2a2d129b02 Update db name and id/ remove error state 2024-11-18 15:26:09 +00:00
Ebenezer Don
88974748d3 Highlight with bold text /react/step-6/+page.markdoc
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2024-11-18 12:29:42 +00:00
Ebenezer Don
2048243bf1 fix(react-tutorial): fix typo, navbar reference and improve error handling
- Add error handling to Ideas context
- Add database creation instructions
- Fix form submission clearing
2024-11-13 20:59:19 +00:00
Felipe Hefler
e2bf6d09c1 Merge branch 'main' into doc-1364-next.js-ssr-auth-demo-add-await-to-code 2024-11-13 11:15:14 +01:00
Luke B. Silver
b9519cba10 Merge pull request #1471 from Adityakadali/patch-1
docs: fixed error code bloc related to tutorial
2024-11-11 19:36:17 +01:00
Felipe Hefler
6ea1a15e05 Merge branch 'main' into doc-1364-next.js-ssr-auth-demo-add-await-to-code 2024-11-07 18:06:57 +01:00
ernstmul
0e8b0683aa Add back link for all other tutorial's step 1 2024-11-04 10:32:17 +01:00
ernstmul
7b01041a2f Add tutorials link 2024-11-01 10:00:15 +01:00
Aditya Kadali
a99e92acdb docs: fixed error code bloc related to tutorial 2024-10-31 16:35:49 +05:30
Divij
17ccb59244 (doc): makes correction in react tutorial pertaining to issue #1445 2024-10-22 03:05:51 +05:30
ernstmul
bdb08eceb9 Fix some missing prettier 2024-10-14 17:30:26 +02:00
Felipe Hefler
fbb8c32e4d doc: Added await to cookies().get() promise 2024-09-19 16:38:13 +02:00
Torsten Dittmann
013a9d6d95 Merge pull request #1342 from appwrite/fix/tutorial-card-spacing-mobile
Fix tutorial card spacing mobile
2024-09-11 10:07:56 +02:00
ernstmul
3b5fe2a4de Fix tutorial card spacing mobile 2024-09-10 12:59:45 +02:00
Khushboo Verma
827bee8ef8 Make project_id consistent 2024-09-10 12:45:59 +02:00
Jesse Winton
ae31167db2 change all text to new tw 2024-09-05 16:30:53 -04:00
Jesse Winton
6eb2ce7848 fix all text scale 2024-09-05 16:21:28 -04:00
Jesse Winton
0437b4da32 updates 2024-08-30 10:50:14 -04:00
Jesse Winton
dc674dd31b fix 2024-08-27 15:06:06 -04:00
Jesse Winton
f22d30788a prettify and rm unneeded 2024-08-27 13:45:07 -04:00
Jesse Winton
562058cf0e prettify 2024-08-27 09:43:37 -04:00
Jesse Winton
3e62090f52 update 2024-08-26 10:54:15 -04:00
Jesse Winton
7688c75cc1 replace all non local utilties 2024-08-23 11:43:04 -04:00
Jesse Winton
428689824c big updates 2024-08-22 15:06:21 -04:00
Jesse Winton
96d85e742d updating u utility classes 2024-08-22 13:50:09 -04:00
Jesse Winton
9331e5a22b Merge branch 'main' into tailwind-integration 2024-08-22 13:18:59 -04:00
ItzNotABug
067f7a4d1b fix: spelling. 2024-08-22 11:47:43 +05:30
Jesse Winton
8e5b23bd5d Merge branch 'main' into tailwind-integration 2024-08-20 11:08:13 -04:00
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