sam-mfb
sam-mfb
Makes sense to me as well. I think you also want the generated code to export the created axios instance so that your consumer code could set the default config...
A few additional thoughts on this: 1. [ts-auto-guard](https://github.com/rhys-vdw/ts-auto-guard) is a nice project for generating type-guards from types. Actually, our current solution is we use openapi-typescript-codegen to generate the types and...
Here's a partial solution. It solves the main case--no scrolling at the end of the text when you are at the bottom of the view. You can still trigger this...
> This is not a priority for MSAL at the moment, but we could review a contribution. Fix should go here: https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet We do not have the expertise to work...
@bgavrilMS - could you elaborate on this? or how to set it up? my experience is that even when gcm is set to use in-memory caching the security warning described...
> Note that the experience for the end user, particularly one using GCM, is jarring to say the least - you will need to login interactively every time the process...
@bgavrilMS , agreed and `chmod 600` is probably as secure as most people are doing for storing ssh keys. so, in many cases this is probably still a _better_ option...
@localden, i would say that correctly set permissions is a mitigation, but still leaves room for improvement in our threat model. to explain a little further, our fundamental concern is...
> > with in memory encryption ... > > Nit: AFAIK, MSAL's in-memory token cache is not encrypted either. my mistake. i meant to write "in memory storage." my points...
I'm getting this on Powershell 7.3.1 in a Ubuntu 22 based container. Goes away if I add `-ContextScope Process` to Connect-MgGraph. For me, though, the first few commands to Mg...