Emelia Smith

Results 604 comments of Emelia Smith

Also, in practice, I don't think any implementation of a server has defined what happens with data in inboxes or how Users get notified, so you'd perhaps write a request...

Closing due to this being heavily out of date, and before we add anything similar, we first need a Design Document for the feature.

As of July 2022, the server that is PodSpaces has been completely rewritten with a new version (ESS 2.0 is a complete rewrite from ESS 1.x), so this may not...

Just to follow up here, the package size on the npmjs.org website is misleading for understanding how big a package is in your application. The bulk of that 7MB is...

> I was wondering the exact same thing here as per the [oauth.com](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/) website mention: > > > The Client Credentials grant is used when applications request an access token...

The specifications for OAuth 2.0 are extremely clear here: client credentials act on behalf of the application, not the user. Unless you have resources that should only be access by...

Yes, you'd want to use access tokens for that purpose, if you really need to use OAuth at all for it. e.g., you don't have to wait until a 2-legged...

> Is there any update on the above PR @ThisIsMissEm @jpwilliams ? We're ditching cross-fetch for our own package that works for our use case better, it'll be released soon.

> Any updates here? This is blocking a lot of AI Provider's SDKs from working on Vercel and Cloudflare Workers. My former employer, Inrupt, has released a replacement called `@inrupt/universal-fetch`...