Serge the Lion
Serge the Lion
This will be absolutely vital for US-based stores, as sales tax is significantly complex. In general, there up to three levels of sales tax in the US: - State-level taxes,...
@omeraplak the Remix Vite plugin is now stable, shipped in Remix `v2.8`. Is now a better time to look at this? I'm trying to merge Express and Remix projects into...
Thanks! I'll give that a try!
@Shpigford I'm happy to take this one and add AuthJS instead of Auth0
It's what the cool kids use yeah. I'm also happy to replace it with a self-hosted open source OAuth2 server but that would require running a separate container. If that...
Initially clarification on this from the docs you linked to: > [Authorization Code Flow with PKCE](https://auth0.com/docs/authorization/flows#authorization-code-flow-with-proof-key-for-code-exchange-pkce-) - This is the recommended way to authenticate and authorize users in a Single...
Hey folks! @Shpigford I only mentioned AuthJS because you said no external dependencies. I've spent quite a few hours getting up to speed and figuring out what needs to be...
That's fine, I'm not gonna work on this then. @tmyracle no hard feelings π, go ahead! I'll find a different way to contribute that isn't as time-sensitive
Coming here after doing some JS type trickery to make `@nestjs/apollo` use the embedded studio landing page plugin. The Playground plugin has been EOL since 2022 and while I'm not...
Here's my current workaround, in case this doesn't get merged: ```typescript import { ConfigService } from '@nestjs/config'; import { GraphQLModule } from '@nestjs/graphql'; import { ApolloDriver, ApolloDriverConfig } from '@nestjs/apollo';...