From 19bff9a39cdbfcdabadf46a322ac0f07ce83d90a Mon Sep 17 00:00:00 2001 From: vhs <97140109+vhscom@users.noreply.github.com> Date: Wed, 23 Feb 2022 22:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=EF=B8=8F=20Reference=20example=20i?= =?UTF-8?q?mplementations=20(#73)?= 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!