Fredrik Adelöw

Results 369 comments of Fredrik Adelöw

Hi, sorry for the delay. `adaptLegacyOAuthHandler` is an internal function that we actually don't export, isn't it? 🤔 Either way, it's just passing the entire passport profile straight through to...

@tylerd-canva Hey, just a gentle ping if you didn't see the feedback yet.

## From a service API standpoint The new backend system services can be either root or plugin scoped. Some have both forms - there's both a `rootHttpRouter` and an `httpRouter`....

Yes, you can replace the implementation for a given service ref in a sort of similar way as utility APIs in the frontend. But we've a couple of times now...

cross linking this to https://github.com/backstage/backstage/pull/22671

Is this an alternative reimplementation of effectively the entire task manager? I'm not sure what it is I'm looking at, not recognizing the `BackendTasksManagerService` type etc. I mean, sure. I've...

Aight, no it's all good, I was just wondering how it was interacted with - thought there would be an httpRouter dependency or so in there at least. And yeah...

For some context, even though it may not quite be an excuse: I think it's fair to say that we intended `stop` to happen at system shutdown - not sure...