Arthur Stolyar

Results 235 comments of Arthur Stolyar

That makes sense, thank you! > To learn more about the proposal for the current static-list-based design, please see this section and also this document to understand how a first-party...

We're mainly looking in SSO scenario here, so that `x.example` would be able to sign in with the same UX as other services in A's FPS. There are other cases,...

> Can we close this issue if you think that partitioned cookies are sufficient? It isn't sufficient for seamless authentication, which is main use case we expect from FPS. Other...

@krgovind if `a1.example` and `a2.example` are in FPS A and user logged into `a1.example`, then we expect user would be automatically logged into `a2.example`. If `x.example` is in A's FPS,...

I'm sorry, but can you please use English so that others could understand what this issue is about? Or at least have a summary on English in the end of...

@naphystart No problem at all! Thanks for sharing the info 👍

> I register jQuery in this way: > And expose to global like: I'm not sure it's a right way to use ProvidePlugin and `expose-loader` together. As @zhenyong said, if...

@naphystart I see. I'm not saying you shouldn't use it. Just making some notes here :-) So another note: if you use `expose-loader` then jQuery is already global and you...

@naphystart I think I know that's the issue there. When you use `expose-loader` you still have to include those files manually because I don't know what you expose. The simplest...

@naphystart by multipage you mean that you load it with `require.ensure` or something like that? Or you built completely standalone entries with webpack runtime to each page? If it's the...