Commit Graph

6 Commits

Author SHA1 Message Date
snyk-bot
8ccb33a271 fix: examples/nextjs-with-supabase-auth/package.json & examples/nextjs-with-supabase-auth/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
2022-08-01 00:18:34 +00:00
thorwebdev
88e2fc4485 feat: update nextjs auth example 2022-02-15 13:55:20 +08:00
dependabot[bot]
2e0ab523d4 chore(deps): bump next in /examples/nextjs-with-supabase-auth
Bumps [next](https://github.com/vercel/next.js) from 10.2.0 to 11.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v11.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 07:56:24 +00:00
Carlos Stenzel
c792f7ea3f upgrade dependencies 2021-05-03 12:02:05 -03:00
Thor 雷神 Schaeff
af99c593bc feat: Add Supabase Auth components, update password, and SSR Cookie example. (#512)
* feat(examnples/nextjs-with-supabase-auth): Add Supabase  UI Auth components.

* feat(examnples/nextjs-with-supabase-auth): Add SSR Cookie example.

* Add the Supabase Vercel deploy integration.

* chore: add basic styling and layout of Auth component.

• used @supabase/ui to help layout text and style around the Auth component

* fix nextjs link

* style the SSR example

* remove unused imports

* chore: update dependencies

Co-authored-by: mildtomato <jon.summers.muir@googlemail.com>
2021-01-15 14:54:46 +08:00
Thorsten Schaeff
f0c5f879c4 feat(examples): Add nextjs-with-supabase-auth example. 2020-11-06 12:16:11 +08:00