Skip to content

Commit

Permalink
Reduced Scope
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed May 22, 2024
1 parent 3e31e60 commit 8acf3db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions authclient/GithubAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/
class GithubAuth extends GitHub
{
public $scope = 'read:user';

/**
* @inheritdoc
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.0.2 (May 22, 2024)
---------------------
- Fix: Reduced GitHub Access Scope

1.0.1 (May 22, 2024)
---------------------
- Fix: Serialization Problem
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Integrating GitHub Sign-In (OAuth 2.0).",
"keywords": [
],
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/humhub-contrib/auth-github",
"humhub": {
"minVersion": "1.6"
Expand Down

0 comments on commit 8acf3db

Please sign in to comment.