Adam Mcgrath

Results 10 issues of Adam Mcgrath

Vue one https://github.com/auth0-samples/auth0-vue-samples/pull/172

[express-oauth2-jwt-bearer](https://github.com/auth0/node-oauth2-jwt-bearer/tree/main/packages/express-oauth2-jwt-bearer) has been made Generally Available

Fix wrong file name

Authlib 0.x provides middleware that protects Flask APIs with https://datatracker.ietf.org/doc/html/rfc6750 - so we can remove all the code that gets the Bearer Token and Issues spec compliant errors. When Authlib...

review:medium

Add DPoP https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop

### Changes Asyncify the last blocking http calls (JWKS fetching) ```py from auth0.v3.authentication.async_token_verifier import import ( AsyncAsymmetricSignatureVerifier, AsyncJwksFetcher, AsyncTokenVerifier, ) domain = 'myaccount.auth0.com' client_id = 'exampleid' # After authenticating id_token...

review:medium

Hi, I created a Gist of how to reproduce the webpack warning: https://gist.github.com/adamjmcgrath/fbc6b1a0991f98fa9ca13bef92bc825b When you run `rollup -c && webpack rolled-up.js` you get: `Module not found: Error: Can't resolve 'worker_threads'...

### Changes - Add optional organization parameter to client credentials grant - Add Management API endpoints to /client-grants and /organizations Will leave this in draft for a bit, while we...