Patrik Oldsberg

Results 415 comments of Patrik Oldsberg

@gusega it's an option you can provide when requesting credentials in the frontend: https://backstage.io/docs/reference/core-plugin-api.authrequestoptions. If `instantPopup` is set it means that the auth flow should bypass the in-app modal dialog...

@gusega that's exactly why the code is structured the way it is right now. The `instantPopup` option only works if it's being called synchronously from something like an `onClick` handler....

@gusega those `await`s won't make the call chain async though. If you're calling `await myFunction()` then `myFunction()` will still be called synchronously, it's just the handling of the return value...

@gusega ah, awesome, thank you! πŸ‘ Well that answers it then, transient activation with v2 will time out, and we cannot expect session refresh to always be fast enough to...

> This probably takes less than 5 seconds. One would think so ;) #20965 I'm fine with considering that an exceptional case though, but I do think we need to...

Would love to add support for more package managers! This is a capacity/priority issue, happy to help guide any contributions in this area. We don't want the CLI to require...

We discussed this in the maintainer team the other day. As far as I know the issue here is that the auto option for the built-in sign-in page should not...

@kenilkevadiya sure! This is completely open to contributions :pray: @itsalam that particular call that you're linking to can hopefully be removed alltogether as the side effect of it should no...