Skip to content

Commit

Permalink
add all express and react examples into one project
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed May 2, 2024
1 parent 26a6cc5 commit f400651
Show file tree
Hide file tree
Showing 103 changed files with 16,758 additions and 5 deletions.
1,230 changes: 1,230 additions & 0 deletions Magic_Link_Otp_SignIn_Flow_SSR.excalidraw

Large diffs are not rendered by default.

Binary file added Magic_Link_Otp_SignIn_Flow_SSR.excalidraw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,493 changes: 1,493 additions & 0 deletions OAuth_SignIn_Flow_SSR.excalidraw

Large diffs are not rendered by default.

Binary file added OAuth_SignIn_Flow_SSR.excalidraw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ These are example projects using supabase in various frameworks. This repo took
## Frameworks

- nextjs
- nextjs-pages
- sveltekit
- react
- express (only in Magic Link + Otp SignIn and Reset flow example at the moment)
- nuxt
- auth-ui
- react (only in Magic Link + Otp SignIn and Reset flow example at the moment)
- nextjs (only in Reset flow example at the moment)

## Getting started

Expand All @@ -32,3 +27,11 @@ cd project-name
npm install # or pnpm install or yarn install
```

## Magic Link Otp SignIn Flow in Server-side rendering (SSR) environment
![Magic Link Otp SignIn Flow](Magic_Link_Otp_SignIn_Flow_SSR.excalidraw.png)

## Reset Password Flow in Server-side rendering (SSR) environment
![Password Reset Flow](Reset_Password_Flow_SSR.excalidraw.png)

## OAuth SignIn Flow in Server-side rendering (SSR) environment
![OAuth SignIn Flow](OAuth_SignIn_Flow_SSR.excalidraw.png)
Loading

0 comments on commit f400651

Please sign in to comment.