Robert
Robert
Hey @balazsorban44 I cannot think or figure out how https://next-auth.js.org/configuration/options#nextauth_url_internal would resolve handling `multiple domains`, for example, having 3 domains [`.com`, `.io`, `.dk`] and switching between these signing into each...
@balazsorban44 - is there a place to talk (besides GitHub, like a Slack/Discord) for NextAuth community? Also, could you point me out to docs on how to best test, build,...
I already posted a `multi-tenant` [version (incomplete, work in progress) on npm](https://www.npmjs.com/package/@robert-op/next-auth) that seems to work for my use case to some extent, still working on it and will improve....
Hey @andresgutgon hope you are well! I didn't open a PR because the work is not finished yet, I didn't add the whitelisting of domains and I see that https://github.com/nextauthjs/next-auth/issues/969#issuecomment-808707545...
> Hey! @Robert-OP I'm doing ok : ) > > How about this? >  > > Regarding with `next-auth` team reviewing your work, wouldn't make sense to open the...
> At the moment this isn't supported. > > In order to do that ala mapbox/webgl-wind, you need to render the output to a framebuffer and fade it out progressively...
> > would this feature require to continue with webgl implementation? > > Not totally sure what you mean by that? so, in order to implement the particle trails feature...
thank you @gampleman - would you be interested to develop this feature forward if sponsored?
Hi @FreeGIS and @owl1n - I managed to run the code by using this: ``` mapbox.addLayer( particles({ id: 'particles', source: windSource, 'particle-color': [ 'interpolate', ['linear'], ['get', 'speed'], 0.0, '#3288bd', 10,...