Michael L Perry

Results 28 comments of Michael L Perry

Thanks for sticking with it and trying to resolve those problems. This is fantastic feedback that should help me resolve adoption issues. The key that isn't well documented is that...

I started a new set of "steps". Each is a small, focused set of instructions for solving a specific problem. The step [Reference the Client Library](https://jinaga.com/documents/steps/client-side-steps/reference-client-library/) is specifically indented to...

That makes a lot of sense. I haven't tried it in Create React App. That's definitely a good argument for splitting the client and server-side packages into two. I think...

The method that I use in ASP.NET to accept multiple authentication schemes is to add them all to the same authorization policy. The ASP.NET Authorize attribute names the authorization policy,...

@raman-m commented [on Jan 8](https://github.com/ThreeMammals/Ocelot/issues/740#issuecomment-1880604941): > > Could you share an example code with authorization policy approach please which you like to use? > Here's an example configuration that configures...

> > Hmm... I'm very sorry, but Ocelot has no the `AuthorizationPolicy` property in it's [specs](https://github.com/search?q=repo%3AThreeMammals%2FOcelot%20AuthorizationPolicy&type=code) and [docs](https://ocelot.readthedocs.io/en/latest/search.html?q=AuthorizationPolicy)! We have open issue #1159 but it is not in development now......

> > Yes, we would! We welcome any contributions. Sorry, what issue would you like to work on? > That would be #1159, Add a list of AuthorizationPolicies to ReRoutes....

Thanks for raising the thread safety problem. Do you think that is related to this conversation, or is that a new issue? We might also want additional issues to convert...