Benjamin Gathmann

Results 4 issues of Benjamin Gathmann

E.g. for [Auth0](https://auth0.com/), the access token only consists of one string without dots, e.g. `[access_token] => SSh4skEA2DMPimIBbe0E2YRkGq4r_DCj`, so public function getAccessTokenPayload() { return $this->decodeJWT($this->accessToken, 1); } throws an `ErrorException: Undefined...

See discussion on PR #246

enhancement
WIP

We are using zend-mail to fetch emails via POP3 and IMAP. For integration tests, we run an instance of Flying Rat (https://pypi.org/project/flyingrat/) to mock a mail server with POP3. We...

I am trying to capture images via a VNC connection to an Intel AMT KVM. Connecting via vncviewer works flawlessly, but vncdo fails to capture images. I have found out...

feature
good first issue