Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonmusters committed Nov 15, 2022
1 parent bd0a308 commit 4761fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A collection of framework specific Auth utilities for working with Supabase.

- Examples
- `@examples/nextjs`: a [Next.js](https://nextjs.org) app
- `@examples/nextjs-server-components`: a [Next.js](https://nextjs.org) 13 app with Server Components and `app` directory.
- `@examples/sveltekit`: a [SvelteKit](https://kit.svelte.dev) app
- `@examples/sveltekit-email-password`: a [SvelteKit](https://kit.svelte.dev) app with SSR sign in
- `@examples/sveltekit-magic-link`: a [SvelteKit](https://kit.svelte.dev) app with magic links
Expand Down
1 change: 1 addition & 0 deletions packages/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ This submodule provides convenience helpers for implementing user authentication

- [Documentation](https://supabase.com/docs/guides/auth/auth-helpers/nextjs)
- [Example](https://github.com/supabase/auth-helpers/tree/main/examples/nextjs)
- [Server Components Example](https://github.com/supabase/auth-helpers/tree/main/examples/nextjs-server-components)

0 comments on commit 4761fb5

Please sign in to comment.