Skip to content

Commit e12ef1f

Browse files
authored
Merge pull request #374 from Arhell/src
Fix http link into https. Closes #373
2 parents 9816aed + 4e2c14c commit e12ef1f

12 files changed

+19
-19
lines changed

src/BaseOAuth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* BaseOAuth is a base class for the OAuth clients.
1818
*
19-
* @see http://oauth.net/
19+
* @see https://oauth.net/
2020
*
2121
* @property OAuthToken $accessToken Auth token instance. Note that the type of this property differs in
2222
* getter and setter. See [[getAccessToken()]] and [[setAccessToken()]] for details.

src/OAuth2.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* $accessToken = $oauthClient->fetchAccessToken($code); // Get access token
3030
* ```
3131
*
32-
* @see http://oauth.net/2/
32+
* @see https://oauth.net/2/
3333
* @see https://tools.ietf.org/html/rfc6749
3434
*
3535
* @author Paul Klimov <[email protected]>
@@ -235,7 +235,7 @@ protected function createToken(array $tokenConfig = [])
235235
/**
236236
* Authenticate OAuth client directly at the provider without third party (user) involved,
237237
* using 'client_credentials' grant type.
238-
* @see http://tools.ietf.org/html/rfc6749#section-4.4
238+
* @see https://tools.ietf.org/html/rfc6749#section-4.4
239239
* @param array $params additional request params.
240240
* @return OAuthToken access token.
241241
* @since 2.1.0

src/OpenId.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* AX and SREG extensions are supported.
3434
* To use them, specify [[requiredAttributes]] and/or [[optionalAttributes]].
3535
*
36-
* @see http://openid.net/
36+
* @see https://openid.net/
3737
*
3838
* @property string $claimedId Claimed identifier (identity).
3939
* @property string $returnUrl Authentication return URL.
@@ -823,7 +823,7 @@ protected function fetchSregAttributes()
823823
* In other words. OP may provide whatever information it wants to.
824824
* SREG names will be mapped to AX names.
825825
* @return array array of attributes with keys being the AX schema names, e.g. 'contact/email'
826-
* @see http://www.axschema.org/types/
826+
* @see https://www.axschema.org/types/
827827
*/
828828
public function fetchAttributes()
829829
{

src/OpenIdConnect.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* Note: if you are using well-trusted OpenIdConnect provider, you may disable [[validateJws]], making installation of
6363
* `web-token` library redundant, however it is not recommended as it violates the protocol specification.
6464
*
65-
* @see http://openid.net/connect/
65+
* @see https://openid.net/connect/
6666
* @see OAuth2
6767
*
6868
* @property Cache|null $cache The cache object, `null` - if not enabled. Note that the type of this property

src/assets/authchoice.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* This is the JavaScript widget used by the yii\authclient\widgets\AuthChoice widget.
55
*
6-
* @link http://www.yiiframework.com/
6+
* @link https://www.yiiframework.com/
77
* @copyright Copyright (c) 2008 Yii Software LLC
8-
* @license http://www.yiiframework.com/license/
8+
* @license https://www.yiiframework.com/license/
99
* @author Paul Klimov <[email protected]>
1010
* @since 2.0
1111
*/

src/clients/Facebook.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* ```
3838
*
3939
* @see https://developers.facebook.com/apps
40-
* @see http://developers.facebook.com/docs/reference/api
40+
* @see https://developers.facebook.com/docs/reference/api
4141
*
4242
* @author Paul Klimov <[email protected]>
4343
* @since 2.0

src/clients/GitHub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* ]
3333
* ```
3434
*
35-
* @see http://developer.github.com/v3/oauth/
35+
* @see https://developer.github.com/v3/oauth/
3636
* @see https://github.com/settings/developers
3737
*
3838
* @author Paul Klimov <[email protected]>

src/clients/Live.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* ```
3434
*
3535
* @see https://account.live.com/developers/applications
36-
* @see http://msdn.microsoft.com/en-us/library/live/hh243647.aspx
36+
* @see https://msdn.microsoft.com/en-us/library/live/hh243647.aspx
3737
*
3838
* @author Paul Klimov <[email protected]>
3939
* @since 2.0

src/clients/VKontakte.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* VKontakte allows authentication via VKontakte OAuth.
1515
*
16-
* In order to use VKontakte OAuth you must register your application at <http://vk.com/editapp?act=create>.
16+
* In order to use VKontakte OAuth you must register your application at <https://vk.com/editapp?act=create>.
1717
*
1818
* Example application configuration:
1919
*
@@ -34,7 +34,7 @@
3434
* ]
3535
* ```
3636
*
37-
* @see http://vk.com/editapp?act=create
37+
* @see https://vk.com/editapp?act=create
3838
* @see https://vk.com/dev/users.get
3939
*
4040
* @author Paul Klimov <[email protected]>

src/clients/Yandex.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* ```
4242
*
4343
* @see https://oauth.yandex.ru/client/new
44-
* @see http://api.yandex.ru/login/doc/dg/reference/response.xml
44+
* @see https://api.yandex.ru/login/doc/dg/reference/response.xml
4545
*
4646
* @author Paul Klimov <[email protected]>
4747
* @since 2.0

src/signature/HmacSha.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* HmacSha1 represents 'HMAC SHA' signature method.
1414
*
15-
* > **Note:** This class requires PHP "Hash" extension(<http://php.net/manual/en/book.hash.php>).
15+
* > **Note:** This class requires PHP "Hash" extension(<https://php.net/manual/en/book.hash.php>).
1616
*
1717
* @author Paul Klimov <[email protected]>
1818
* @since 2.1.3
@@ -21,7 +21,7 @@ class HmacSha extends BaseMethod
2121
{
2222
/**
2323
* @var string hash algorithm, e.g. `sha1`, `sha256` and so on.
24-
* @see http://php.net/manual/ru/function.hash-algos.php
24+
* @see https://php.net/manual/ru/function.hash-algos.php
2525
*/
2626
public $algorithm;
2727

@@ -51,4 +51,4 @@ public function generateSignature($baseString, $key)
5151
{
5252
return base64_encode(hash_hmac($this->algorithm, $baseString, $key, true));
5353
}
54-
}
54+
}

src/signature/RsaSha.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* RsaSha1 represents 'SHAwithRSA' (also known as RSASSA-PKCS1-V1_5-SIGN with the SHA hash) signature method.
1515
*
16-
* > **Note:** This class requires PHP "OpenSSL" extension(<http://php.net/manual/en/book.openssl.php>).
16+
* > **Note:** This class requires PHP "OpenSSL" extension(<https://php.net/manual/en/book.openssl.php>).
1717
*
1818
* @property string $privateCertificate Private key certificate content.
1919
* @property string $publicCertificate Public key certificate content.
@@ -33,7 +33,7 @@ class RsaSha extends BaseMethod
3333
public $publicCertificateFile;
3434
/**
3535
* @var int|string signature hash algorithm, e.g. `OPENSSL_ALGO_SHA1`, `OPENSSL_ALGO_SHA256` and so on.
36-
* @see http://php.net/manual/en/openssl.signature-algos.php
36+
* @see https://php.net/manual/en/openssl.signature-algos.php
3737
*/
3838
public $algorithm;
3939

0 commit comments

Comments
 (0)