Nic Young

Results 7 comments of Nic Young

> And it'd be nice to have support for 'default' handler: default(obj) is a function that should return a serializable version of obj or raise TypeError. The default simply raises...

@keydon solution worked for me as well. It would be nice to get this fixed in the PPA.

@swiftone just to let you know that we were also seeing exactly what @sseidel16 was seeing. We upgrade to 3.2.3 and see the CORS error without changing our implementation in...

We are also facing this issue and it is maddening. It only happens intermittently, but when it does the user is in a weird state and all network requests fail...

@swiftone Sure, it actually just happened to me again, so here is what I am seeing: In our dev environment we have the token timeout set to 5 mins to...

@aarongranick-okta > Do you have multiple Okta apps running on the same domain? We do not, only one application per domain. > Is it possible other apps are reading/writing to...

For those of you facing this issue we have implemented a workaround that seems to be working until this is fixed internally within the okta sdk: ```js const checkExistenceOfOktaAccessToken =...