Jasdeep Singh
Jasdeep Singh
@gitcoinbot im still working on this
@YourHelper1 can you try running without the `--platform linux/amd64` flag? raspberry pi's are arm architecture and that might cause a problem here
@YourHelper1 did you get the same error without the flag too?
> if you have multiple providers, you also use like this `as Provider[]` > > ```ts > export const authjs = SvelteKitAuth({ > debug: dev, > providers: [ > Google({...
> Hey @enBonnet, I still had to typecast it using ```javascript as Provider[] ```
@gao-sun @j2l I have a super early version of sveltekit sdk here: 1. Repo -> https://github.com/cheqd/logto-js-sdks 2. NPM Package - https://www.npmjs.com/package/@cntr/sveltekit > Note: This SDK is at alpha stage right...
@oronoa `isSvelteKitRedirect` is a type guard and this is what it is: ```typescript import type { Redirect } from '@sveltejs/kit'; export const isSvelteKitRedirect = (val: any): val is Redirect =>...
@oronoa here's a repository the combines the above comments into a bare-minimum SvelteKit project - https://github.com/jay-dee7/logto-sveltekit-example
@gao-sun Looks like this one is completed now? I just realized that we finally have an official implementation for SvelteKit, super excited about this 🥳 🥳
@ChrisCates is it still active? i would love to work on it