Brian Moore
Brian Moore
@msfjarvis and @zx2c4 Can we get this reviewed and merged? So many people would love this feature, and are looking toward other apps to solve it. I've experienced this with...
I understand the want to refactor, but I do keep coming back to this PR (from google) to find that launch line for granian in FastAPI. Merging this simple change,...
Wrapping ``` frame = ID3Frame.parse(slice, tags.v2.version[0]); ``` with ``` try { frame = ID3Frame.parse(slice, tags.v2.version[0]); } catch (e) { console.log(e, frame); } ``` I was able to get ``` [Error:...
The way scopes ( https://oauth.net/2/scope/ ) are used by entra is as delegated access. By granting a client the scope on an API, it's saying that when the client application...
To answer your questions, yes it makes sense to me, if the books are "owned" or "shared". A quick way to think about it: Roles for a user on an...
If someone knows the details, please chime in, but from my experience, you don't need that scope if you plan on using others. user_impersonation to me represents all possible scopes...