Commit Graph

14 Commits

Author SHA1 Message Date
Paul Copplestone
6c399f320d Removes generated files 2021-02-05 09:15:03 +08:00
Paul Copplestone
153903a79e docs: adds edit links to all pages 2021-01-19 13:15:07 +08:00
awalias
669f8647df fix: corrects notes field on forgotten password method 2021-01-08 18:34:15 +04:00
awalias
8edaa580bc fix: description text wasnt being persisted 2021-01-07 12:03:49 +04:00
awalias
4829204d91 chore: adds instructions for resetting password after email sent 2021-01-07 11:41:06 +04:00
awalias
cb8f3634a9 chore: update title of reset email and regen 2021-01-07 11:03:22 +04:00
ffabss
229eb4e13d docs/specs: correct typos 2020-12-26 16:35:31 +01:00
ffabss
de72558ba6 docs: correct typos (#442) 2020-12-26 19:30:45 +08:00
ykdojo
cebe10391e Javascript -> JavaScript, Typescript -> TypeScript 2020-12-16 12:59:28 -08:00
awalias
a4d63d9d96 chore: adds snippets for api gotrue-js methods, and adds new methods for magic links and invites 2020-11-26 19:54:53 +08:00
Paul Copplestone
65adf3bbe6 docs: Adds some init code for gotruejs 2020-11-26 18:30:11 +08:00
Paul Copplestone
2e0b26a1c6 Add an update example for gotrue
Fixes: https://github.com/supabase/gotrue-js/issues/22
2020-11-11 16:46:50 +08:00
Paul Copplestone
de279c0619 Updates signUp and signIn methods 2020-11-02 13:10:06 +08:00
Copple
a788003648 Documentation for the new DX (#253)
## What kind of change does this PR introduce?

Updates the docs with the new developer experience: https://deploy-preview-253--supabase.netlify.app/docs

- Documents the new Auth using `gotrue-js`
- Fixes #179 
- Fixes OAuth links https://github.com/supabase/supabase/issues/241#issuecomment-705632335 
- [x] Add docs on Policies

## Additional context

Related PR on `supabase-js` https://github.com/supabase/supabase-js/pull/50

* Updates the docs for the new Auth DX.

* docs: adds docs for subscribing to rows

* Updates all the reads

* Updates all the docs with the new format

* docs: Replaces all { error, data} with data first, because I subjectively think it looks better

* Adds some of the breaking changes to a blog post

* Adds headings

* removes the blog post since it is now in notion

* Adds the Oauth changes

* removes recharts because we no longer use it

* Adds basic structure for GoTrue ref

* Adds styles for the api reference docs

* Adds more generated docs

* Downloads the files to work locally

* Adds a supabase generator

* Moves some of the guides into the "tools" folder

* Re-shuffles some of the pages around

* Generated everythign related to the Supabase Client

* Refactors and categorieses the pages

* Changes the names to be more readable

* Migrates almost all of the filters into the API reference

* Moves most of the stored procedure filters

* Adds realtime-js to the mix

* More desciptive titles

* Moves all the generated docs to the docs folder

* Moves over some of the data manipulators

* Extracts most of the client functionality to the API ref

* Adds more detail to the guides

* Removes the reference to the emulator

* Adds the supabase 1.0 blog post

* Adds a redirects for netlify

* chore: Updates packages

* Updates broken links

* Adding docs for the server

* Adds comments to gotrue and pgapi

* Adds a twitter icon to our navbar

* Updates the auth with the new user and session return values

* Updates the sponsors

* Styles for cards

* Adds a default value to all of the Tabs
2020-11-02 11:08:02 +08:00