Mathieu Hélie

Results 3 comments of Mathieu Hélie

I'm experiencing the same issue, and completely disabling xdebug by re-commenting all env vars referring to it had no effect. As additional context, it seems that some errors are correctly...

I support this request. I'm noticing that despite the examples/ showing an OAuth2 flow within a nodejs process, the SDK is designed to function within a single-session browser app. For...

@sasivarnan I was able to generate a stateless client by creating a class ``` class OAuth2UserStateless extends auth.OAuth2User ``` That overloads the constructor and assigns the Token that I pass...