auth-helpers
now deprecated.
File Explorer
Download Latest Version (.zip)- bright-ravens-confess.md
- config.json
- five-dancers-nail.md
- fresh-worms-search.md
- README.md
- ci.yml
- docs.yml
- release.yml
- pre-commit
- settings.json
- page.tsx
- new-post.tsx
- page.tsx
- realtime-posts.tsx
- page.tsx
- global.d.ts
- globals.css
- head.tsx
- layout.tsx
- login.tsx
- page.module.css
- page.tsx
- database.types.ts
- favicon.ico
- vercel.svg
- .env.local.example
- .eslintrc.json
- .gitignore
- middleware.tsx
- next.config.js
- package.json
- README.md
- tsconfig.json
- database.types.ts
- callback.ts
- protected-route.ts
- _app.tsx
- _document.tsx
- github-provider-token.tsx
- index.tsx
- middleware-protected.tsx
- profile.tsx
- protected-page.tsx
- favicon.ico
- next.svg
- vercel.svg
- globals.css
- .env.local.example
- .eslintrc.json
- .gitignore
- global.d.ts
- middleware.ts
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- callback.tsx
- handle-supabase-auth.tsx
- index.tsx
- optional-session.tsx
- realtime.tsx
- required-session.tsx
- __supabase.tsx
- entry.client.tsx
- entry.server.tsx
- root.tsx
- login.tsx
- nav.tsx
- realtime-posts.tsx
- favicon.ico
- supabase.server.ts
- .env.example
- .eslintrc
- .gitignore
- db_types.ts
- package.json
- README.md
- remix.config.js
- remix.env.d.ts
- schema.sql
- tsconfig.json
- +page.svelte
- +page.ts
- +page@.svelte
- +page.server.ts
- +page.svelte
- +layout.svelte
- +page.server.ts
- +page.svelte
- +page.ts
- +server.ts
- +page.server.ts
- +layout.server.ts
- +layout.svelte
- +layout.ts
- app.d.ts
- app.html
- hooks.server.ts
- bulma.min.css
- favicon.png
- globals.css
- .env.example
- .eslintrc.cjs
- .gitignore
- .npmrc
- .prettierrc
- package.json
- README.md
- svelte.config.js
- tsconfig.json
- vite.config.ts
- CHANGELOG.md
- eslint-preset.js
- package.json
- ambient.d.ts
- clientComponentClient.ts
- deprecated.ts
- index.ts
- middlewareClient.ts
- pagesBrowserClient.ts
- pagesServerClient.ts
- routeHandlerClient.ts
- serverActionClient.ts
- serverComponentClient.ts
- CHANGELOG.md
- MIGRATION_GUIDE.md
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- SessionContext.tsx
- index.tsx
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- ambient.d.ts
- createSupabaseClient.ts
- index.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- constants.ts
- cookies.ts
- helpers.ts
- index.ts
- browserCookieStorage.ts
- chunker.ts
- cookieAuthStorageAdapter.ts
- createClient.ts
- index.ts
- types.ts
- chunker.spec.ts
- helper.ts
- CHANGELOG.md
- package.json
- tsconfig.json
- tsup.config.ts
- chunker.ts
- constants.ts
- helpers.ts
- index.ts
- ambient.d.ts
- createBrowserClient.ts
- createServerClient.ts
- index.ts
- types.ts
- chunker.spec.ts
- helper.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- tsup.config.bundled_i6zwd190p1m.mjs
- tsup.config.ts
- ambient.d.ts
- index.ts
- loadStorageAdapter.ts
- serverStorageAdapter.ts
- supabaseLoadClient.ts
- supabaseServerClient.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- base.json
- CHANGELOG.md
- nextjs.json
- package.json
- react-library.json
- README.md
- svelte.json
- @changesets__assemble-release-plan@5.2.3.patch
- .gitignore
- .npmignore
- .prettierignore
- .prettierrc
- CODEOWNERS
- DEPRECATED.md
- development.md
- LICENSE
- package-lock.json
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- turbo.json
- typedoc.js
- usage-rules.md
# Installation Guide
1. Get the code
git clone https://github.com/supabase/auth-helpers
Downloads the entire project code from GitHub to your computer.
cd auth-helpers
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @supabase/auth-helpers-nextjs # DEPRECATED
Downloads and installs the libraries listed in package.json.
npm install @supabase/auth-helpers-react # DEPRECATED
Downloads and installs the libraries listed in package.json.
npm install @supabase/auth-helpers-remix # DEPRECATED
Downloads and installs the libraries listed in package.json.
npm install @supabase/auth-helpers-sveltekit # DEPRECATED
Downloads and installs the libraries listed in package.json.
npm install @supabase/ssr
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
