Skip to content

Commit a96d8d5

Browse files
committed
update root folder links
1 parent e12ef1f commit a96d8d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Yii Framework 2 authclient extension Change Log
157157

158158
- Bug #152: Fixed `\yii\authclient\OAuth1::fetchRequestToken()` skips formatting for `yii\httpclient\Request` (klimov-paul)
159159
- Bug #160: Fixed `\yii\authclient\OAuth1::composeSignatureBaseString()` does not take URL query string into account (klimov-paul)
160-
- Enh #155: Added `\yii\authclient\OpenIdConnect` supporting [OpenID Connect](http://openid.net/connect/) protocol (klimov-paul)
160+
- Enh #155: Added `\yii\authclient\OpenIdConnect` supporting [OpenID Connect](https://openid.net/connect/) protocol (klimov-paul)
161161
- Enh #156: Added `\yii\authclient\signature\RsaSha` and `\yii\authclient\signature\HmacSha` supporting general 'SHAwithRSA' and 'HMAC SHA' signature methods (klimov-paul)
162162
- Enh #157: Added `\yii\authclient\OAuth2::authenticateUserJwt()` supporting authentication via JSON Web Token (JWT) (klimov-paul)
163163
- Enh #163: Added support for exchanging access token at `yii\authclient\clients\Facebook` (klimov-paul)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<br>
77
</p>
88

9-
This extension adds [OpenID](http://openid.net/), [OAuth](http://oauth.net/), [OAuth2](http://oauth.net/2/) and [OpenId Connect](http://openid.net/connect/)
10-
consumers for the [Yii framework 2.0](http://www.yiiframework.com).
9+
This extension adds [OpenID](https://openid.net/), [OAuth](https://oauth.net/), [OAuth2](https://oauth.net/2/) and [OpenId Connect](https://openid.net/connect/)
10+
consumers for the [Yii framework 2.0](https://www.yiiframework.com).
1111

1212
For license information check the [LICENSE](https://github.com/yiisoft/yii2-authclient/blob/master/LICENSE.md)-file.
1313

@@ -20,7 +20,7 @@ Documentation is at [docs/guide/README.md](https://github.com/yiisoft/yii2-authc
2020
Installation
2121
------------
2222

23-
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
23+
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
2424

2525
Either run
2626

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "BSD-3-Clause",
77
"support": {
88
"issues": "https://github.com/yiisoft/yii2-authclient/issues",
9-
"forum": "http://www.yiiframework.com/forum/",
10-
"wiki": "http://www.yiiframework.com/wiki/",
9+
"forum": "https://www.yiiframework.com/forum/",
10+
"wiki": "https://www.yiiframework.com/wiki/",
1111
"irc": "ircs://irc.libera.chat:6697/yii",
1212
"source": "https://github.com/yiisoft/yii2-authclient"
1313
},

0 commit comments

Comments
 (0)