From 694aa125b0cbc51199f8d5eb51b2c9140ac8c8f5 Mon Sep 17 00:00:00 2001 From: vhs Date: Wed, 23 Feb 2022 19:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=EF=B8=8F=20Reference=20example=20i?= =?UTF-8?q?mplementations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d79b23..430598c 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,10 @@ SvelteKitAuth is inspired by the [NextAuth.js](https://next-auth.js.org/) packag As it leverages classes and Typescript, the implementation of such providers is very straightforward, and in the future it will even be possible to register multiple SvelteKitAuth handlers in the same project, should the need arise, by leveraging a class-based client and server setup. +## Examples + +Looking for help? Check out the [example app](./app/) in the repository source. Make something cool you want to show off? Share it with others [in the discussion section](https://github.com/Dan6erbond/sk-auth/discussions/72). + ## Contributing 🚧 Work in Progress!