Jonas Kello
Jonas Kello
Yes, I want the HTTP server to set the cookie as `Secure` and `HttpOnly` and the script should not be able to look at it. This part is exactly correct....
This sounds interesting but I'm not sure what "use delegated authentication" means here. Does it simply mean using [auth callout](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_callout) or are you refering to some other/additional way of delegating...
@aricart I tried `token_cookie` config in the nightly build and it works perfectly! This is awesome, thank you! So this issue is solved. Once I got passed this issue I...
@aricart Yes it fully works, and the httpOnly is set by the server as you say. So this issue is fully resolved and can be closed. What I was referring...
I was trying to research about this topic and found this section: https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-26.md#changing-accounts That seems to say that it is possible to do what is requested, or am I misreading...
I had an issue where yarn did not link any local packages and `yarn cache clean` solved it. Thanks to @milesj !
I have the same issue, `yarn check` says a bunch of stuff can be deduped. However there seems to be no way to actually do the deduping. Makes no sense...
I have a similar setup, running end-to-end tests in GitLab CI using a local DinD service. Took me a while to figure out why the ports were not open. Would...
The rule that the return value from an `async` function must be a `Promise` is enforced by the typescript compiler. I don't think we can do anything about this case...
Just a thought, perhaps you meant to return `Promise` ?