Matthew Ary

Results 77 comments of Matthew Ary

Oh. Look. Seems like they ran into this issue with AuthKit already. https://github.com/workos/authkit-js/releases/tag/v0.7.1 And they added a lock system to fix it.

WorkOS's API docs say they support [idempotency](https://workos.com/docs/reference/idempotency) so, couldn't they modify their SDK so it's easier to make idempotent requests regarding refresh tokens? If we did that then I think...

Duplicate of https://github.com/vuetifyjs/vuetify/issues/20660

Adding the `return-object` prop fixes this see: https://play.vuetifyjs.com/playgrounds/aT3Hrw @thezboe this prop makes it so `v-model` will give you an array of objects instead of an array of whatever property or...

Could probably cross-post to the [Eden](https://github.com/elysiajs/eden) project

We're now exploring generating typescript definition files to resolve our perf issues.

I just noticed that WorkOS has the option to set an inactivity timeout value when it comes to session management. Adding caching COULD break the enforcement of this policy depending...

Is this fixed by https://github.com/workos/workos-node/pull/1196 ?

Is this fixed by https://github.com/workos/workos-node/pull/1233 ?