Skip to content

Commit

Permalink
[Release] 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 9, 2017
1 parent 76c85ec commit c2115b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ If I didn't see your issue, PR please ping me direct by [Telegram](https://teleg
* Odnoklassniki
* Discord
* SmashCast
* Steein

#### OpenIDConnect

Expand All @@ -79,7 +80,7 @@ $ curl -sS https://getcomposer.org/installer | php
``` json
{
"require": {
"socialconnect/auth": "^1.4.0"
"socialconnect/auth": "^1.5.0"
}
}
```
Expand Down
13 changes: 13 additions & 0 deletions example/config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,19 @@ return [
'wl.birthday',
'wl.emails'
]
],
'smashcast' => [
'applicationId' => '',
'applicationSecret' => '',
'scope' => []
],
'steein' => [
'applicationId' => '',
'applicationSecret' => '',
'scope' => [
'users',
'email'
]
]
]
];

0 comments on commit c2115b7

Please sign in to comment.