I was thinking about creating an official sveltekit-auth package using arctic, the lucia guide, etc. However, one thing I'm a bit uncertain of is whether all the arctic providers have the same interface. Like do they all have the same signature for createAuthorizationURL, etc.? I think it would help both for my usecase and for implementers of providers if they implemented some common interface where possible
I was thinking about creating an official
sveltekit-authpackage usingarctic, the lucia guide, etc. However, one thing I'm a bit uncertain of is whether all thearcticproviders have the same interface. Like do they all have the same signature forcreateAuthorizationURL, etc.? I think it would help both for my usecase and for implementers of providers if they implemented some common interface where possible