Hey guys. I was getting a 403 response from Kinde M2M API using kinde_sdk
v1.2.3 via RubyGems, where I wasn't when using a monkey-patched version of the latest main branch directly from the Github repo. Does anyone know why that is? The errors were INVALID_CREDENTIALS
and TOKEN_INVALID
, but they were set correctly. I was also wondering if your Gem is auto-generated in some way? If so, can you document this in the README, or update the contribution docs? Referring back to my previous message regarding a PR for a patch for a syntax issue in the repo with Ruby 3, I wonder if that might also have been fixed with an update to some upstream dependency if it has to do with auto-generated code.