Eugen Gorbunov
Eugen Gorbunov
Google returns a refresh token only when the consent screen is displayed and a user has granted the requested permissions to your app. All subsequent requests to the Google OAuth...
Google has very detailed [documentation](https://developers.google.com/identity/protocols/oauth2) about its OAuth flow. For Laravel developers this [article](https://developers.google.com/identity/protocols/oauth2/web-server) is especially useful. The 'expires_in' field refers to an access token that lasts only about an...
@sts-ryan-holton Sure, you can use the `refreshToken `method as often as you want with an existing refresh token. If this token becomes expired or invalid, Socialite will throw a `GuzzleHttp\Exception\RequestException`...
This is not a bug. Telescope doesn't recognize and parse XML that SOAP is based on. I'm not sure if we should implement such support, as SOAP is not a...
I don't think it's a bug. According to RFC 3986, a host is a part of a URI located between a scheme and a port. Therefore, this `host` method expects...