Ben Sullivan

Results 10 comments of Ben Sullivan

Hi all, I think I've just encountered this problem. Here's what happened for me: 1. GitHub account with MFA activated 2. Logged out of GitHub 3. App is not authorised...

OK - thanks @TimothyJones - I will keep you posted. Also on chat with AWS Support atm to see if Cognito somehow supports customising the state value passed to a...

Customisation of state param has been registered as feature request. It's a no go for now.

So I've got the `workaround-2fa-bug` branch up and running. It's replacing the state with a uuid on the outbound leg which gets past the bug - yay!. However, I can't...

Seems like this is relevant... https://github.com/jasminb/jsonapi-converter/issues/168

I also thought about using queryParams to handle the specific case of patching to null values - it's not JSON:API but will save me some sanity :-)

Hi @jasminb Could you please shed a bit more light on how I could get a handle on the raw Node? > One way to tackle this would be to...

Hi @jasminb Is the patch method on the JSONAPIDocument something that's in the pipeline anytime soon? Or even perhaps just making the raw `Node` available would be really helpful. Many...

Hi @jasminb - appreciate you're likely very busy at the moment; I would really appreciate any historical/contextual insight into the above before I begin debugging the code to figure out...