Skip to content

Commit 9c2b8c5

Browse files
author
Raymond Muilwijk
committedAug 27, 2015
Initial commit of oauth2_server 8.x-1.x
0 parents  commit 9c2b8c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5514
-0
lines changed
 

‎composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "drupal/oauth2_server",
3+
"description": "Provides OAuth2 server functionality.",
4+
"type": "drupal-module",
5+
"license": "GPL-2.0+",
6+
"require": {
7+
"bshaffer/oauth2-server-php": "~1.7",
8+
"bshaffer/oauth2-server-httpfoundation-bridge": "~1.1"
9+
}
10+
}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
user_sub_property: uid

0 commit comments

Comments
 (0)