Commit Graph

708 Commits

Author SHA1 Message Date
Joshen Lim
03f4ef3217 Update docs for db password reset 2022-01-10 16:45:46 +08:00
Copple
68aca6cd61 Adds supabase as the issuer for the JWT token 2022-01-06 19:01:32 +08:00
Ziinc
8d2a256a73 Merge pull request #4782 from Isaiah-Hamilton/update-docs-link
Update auth docs link
2022-01-06 13:44:58 +08:00
Copple
f24fffca61 spelling 2022-01-04 19:27:24 +01:00
Copple
08c8f66e51 Finishes the sentence 2022-01-04 19:26:47 +01:00
Copple
543e30c673 clean up 2022-01-04 18:40:03 +01:00
Copple
3b7de994b1 adds Jon's awesome HTTP video 2022-01-04 18:37:19 +01:00
Copple
9afe43d2b3 simplifies the connection docs 2022-01-04 18:33:39 +01:00
Copple
3b887da6bf Merge pull request #4757 from bohan0/patch-1
Fix arguments in pg_dump / psql commands for migration
2022-01-04 15:06:11 +01:00
Isaiah Hamilton
9f49780623 update auth docs link 2022-01-03 22:12:19 -05:00
Kang Ming
6cdc4e9d75 Merge pull request #4726 from supabase/docs/azure-sign-in
docs: add azure sign-in guide
2022-01-03 11:29:04 +08:00
bohan0
6e8aea8dad Fix incorrect/missing arguments in pg_dump / psql terminal commands used for migrating between projects
The pg_dump command was using the incorrect switch -d (dbname) instead of -h (hostname) and did not specify the login username with -U switch.
The psql command did not specify the login username with -U switch.
Once I corrected the commands as per this edit, I was able to migrate successfully from one project to another
2022-01-02 07:48:03 +11:00
Copple
51c2d0be4b adds more resources
closes https://github.com/supabase/supabase/issues/1722
2021-12-30 09:45:40 +07:00
Kang Ming
316991038f docs: add azure sign-in guide 2021-12-29 18:06:25 +08:00
A. David Thyresson
1497e17b81 Adds RedwoodJS quick start link 2021-12-23 14:47:02 -05:00
Isaiah Hamilton
40552f9946 update discord link 2021-12-22 08:20:50 +07:00
Motonosuke
621b9be454 Update arrarys.mdx
Remove unnecessary semicolons
2021-12-22 08:15:02 +07:00
Copple
eb0d51f1a3 Merge pull request #4412 from supabase/docs/cli
Docs/cli
2021-12-14 22:52:07 +08:00
Rémi Weng
52b55b1793 Add a new article on how to imlement auth for Next JS with Supabase, Tailwind CSS 3.0 and TypeScript 2021-12-10 21:50:51 +01:00
Bobbie Soedirgo
a72e163ab4 docs(guides): minor update to local dev 2021-12-10 03:04:05 +08:00
Bobbie Soedirgo
a1dda4c8eb Update web/docs/guides/database.mdx
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2021-12-09 15:37:40 +08:00
Bobbie Soedirgo
be6075958e docs: update migrating between projects section 2021-12-09 15:37:40 +08:00
Avneesh Agarwal
2982bc0a91 Add Twitter auth with Supabase in Next.js blog 2021-12-08 20:44:56 +05:30
Jeff Hale
e46cb911a9 Docs: simplify architecture wording 2021-12-06 22:29:14 -05:00
Aftab Alam
08941d0aa1 Update examples.mdx 2021-12-06 08:33:53 +05:30
Copple
f1de7a1d3a Merge pull request #4183 from supabase/docs/realtime-security
docs: add Realtime security docs
2021-12-01 22:57:43 +08:00
Wen Bo Xie
d151a3e579 docs: remove recommendation to create new realtime publication 2021-12-01 00:39:34 -05:00
Isaiah Hamilton
8c4196c0ac Update local-development.mdx 2021-12-01 06:02:19 +07:00
Isaiah Hamilton
853504e591 Fix Typo 2021-12-01 06:02:19 +07:00
Wen Bo Xie
27042469b5 docs: add Realtime security docs 2021-11-30 17:55:21 -05:00
Copple
dd152a4a50 Removes warning from cli 2021-11-29 18:22:34 +08:00
Copple
870caaacbe simplifies docker compose setup 2021-11-29 18:20:59 +08:00
Jonathan Summers-Muir
220a1c4815 Docs: integration guides (#3022)
* docs: chore: start prisma integration docs

* chore: docs: prisma integration guide

* add draftbit integration guide (#3511)

* docs: add auth0 integration guide

* chore: update package-lock

* chore: convert to mdx

* docs: fix images and quote blocks for auth0 article

* docs: fix quote block for draftbit article

* add vercel integration guide

* revert package-lock.json

* add vercel to sidebar

* fix: fix capitalization on vercel

* chore: make integration sidebar alphabetical

Co-authored-by: Aman Mittal <amandeepmittal@live.com>
Co-authored-by: Jon Meyers <jonathon.d.meyers@gmail.com>
2021-11-29 17:41:18 +08:00
Ezequiel Tojo
8d912dcf72 Update with-vue-3.mdx (#3454) 2021-11-29 11:40:43 +08:00
Isaiah Hamilton
fcd4cc6f91 Update doc links (#4025)
* Update doc links

* Update doc links

* Update dart doc code

Updating dart code to keep consistent.
2021-11-29 11:37:24 +08:00
Aftab Alam
e98797260d Update examples.mdx (#4114) 2021-11-29 10:37:02 +08:00
Jonathan Summers-Muir
62cf98332b Fix/docs arrows (#4055)
* chore: update homepage to use SVGs so page works locally

* fix: spacing in docs

* fix: spacing in sidebar and arrows in docs
2021-11-26 13:21:18 +08:00
Copple
614faed4e4 Chore/postgrest v9 (#3988)
* using slack clone to test

* updates auth functions to handle new GUC commands

* move postgREST to new version

* testing with todo list

* makeing our mount setup far more robust

* Adds some usage commands

* cleans up the auth functions

* test with todos app

* fix env var for GUC

* new auth functions - changed for performance improvement

* Adds some integration tests for RLS

* anon volume on postgres

* remove unused helpers

* fix broken docusaurus build

* Fix complaining vercel

* test instructions

* Use named imports

* Fixes imports

* all relative

* chore: add in tsconfig.json to /web

* finding these all over the place

* Update docker/docker-compose.yml

Co-authored-by: Steve Chavez <stevechavezast@gmail.com>

Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
2021-11-24 00:31:07 +08:00
Isaiah Hamilton
171dc7fd73 Fixed Typo and Grammar (#3977)
* Fix typo and grammar

* Fix Typo and Grammar

* Fix Typo and Grammar

* Fix Typo and Grammar

* Fix Typo and Grammar

* Fix Typo and Grammar

* Fix Typo and Grammar

* Fix Typo and Grammar

* Fix Typo and Grammar
2021-11-22 15:25:46 +08:00
kokrui
4dbc206998 typo: refereed -> referred (#3976) 2021-11-22 15:24:13 +08:00
Inian
2d16de092d change links to point directly to supabase.com (#3951)
* change links to point directly to supabase.com

* status page is under .com
2021-11-20 19:32:02 +08:00
Aftab Alam
645715f34f Update examples.mdx (#3964) 2021-11-20 19:17:55 +08:00
Stephan Bogner
5b1969e132 Point out the nesting effect of policies (#3958)
Probably obvious for more seasoned developers ... but I just spent a long time on this detail 😅 
(I also put this [into StackOverflow](https://stackoverflow.com/a/70035816/3763660)).

Feel free to rephrase my change if something else would be better.
2021-11-20 19:15:38 +08:00
Praneeth
7c04f9820f change return to returns in line 124 (#3954)
in line 124, `return void` is wrong.
the correct syntax would be `returns`.
2021-11-20 19:11:28 +08:00
Isaiah Hamilton
20c53f0aa7 Docs: Email and Magic Link (#3870)
* Email and Magic Link Docs

* Email and Magic Link Docs

* Email and Magic Link Docs

* Email and Magic Link Docs
2021-11-15 12:23:38 +08:00
Jonathan Summers-Muir
aaab51caef Chore/relative paths (#3827)
* chore: use relative urls

* chore: update relative links for web

* fix some links

* more relative urls to homepage

* update config

* leverage the  /docs baseurl
2021-11-08 15:41:08 +08:00
Copple
4bf4b0b8a3 fix:links to vids (#3823) 2021-11-07 18:49:05 +08:00
Copple
b1d9ea854c Auth docs updates (#3733)
* Adds an outline for the new providers

* Adds `generateLink()` docs

* Updates the tagline for Auth

* added slack auth provider setup steps

* added spotify auth provider setup steps

* fix: add messagebird docs

* docs: remove video

* docs: update generateLink() description

* Adds a few more server routes

* finalises the naming on some of the auth sidebar items

* add a redirect for deleteUser()

Co-authored-by: Mark Burggraf <markb@mantisbible.com>
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
2021-11-07 14:18:14 +08:00
Tyler
6ea6c98867 feat: reflected changes from supabase_flutter v0.2.9 (#3822) 2021-11-07 13:22:22 +08:00
Mountain/\Ash
ed67f16040 Typo fixes (#3796)
* Typo fixes

Just fixing some typo's

* Typo fixes (without whitespace change)

Just fixing some typo's
2021-11-07 12:52:52 +08:00