Ian K Smith
Ian K Smith
Another option is to pull those (correct) typings into `listr2` and use them directly. I've done this myself in the past: https://github.com/smithki/zombi/blob/master/packages/zombi/src/types/enquirer.ts Or... maybe it's time for _yet another_ Node.js...
We are aware of this feature request and it's in our backlog, but we're waiting for more concrete validation before we start scoping anything out. There are a few caveats...
@mlejva Wanted to ack this for you. I will have a chance to investigate this early next week.
Okay, so just to make sure I understand the flow you're trying to implement here, it goes like this: 1. User clicks sign in from your Electron app 2. User...
> We will be calling loginWithMagicLink from the electron app? Right now the redirectURI is checked by magic-sdk and if the domains don't match there is an error. I'm not...
> During the development, the Electron app has usually the localhost origin, but when the app is packaged the origin has the file:// protocol. Hmmm, this could actually pose a...
> when the app is packaged the origin has the file:// protocol. @ValentaTomas - Can the built Electron app serve from a custom protocol, for example: can the electron app...
@ValentaTomas Any updates on your side? I'm eager to know if the app-scheme solution will work or if we need to keep tinkering...
> The custom protocols for Electron are working - we can serve the packaged app from devbook://, and magic-sdk recognizes the domain. Perfect, this should make supporting deep linking much...
@Faolain @ariboren -- Sorry for the poor communication here, things have been pretty busy as I'm sure you can imagine 😅 A better integrated redirect approach using native app identifiers...