You are here

Files in OAuth2 Login 7.2

Primary tabs

File namesort descending Location Namespace Description
authenticate.inc oauth2_user/authenticate.inc Misc utility functions.
oauth2_login.admin.inc oauth2_login.admin.inc Administrative pages for the oauth2_login module.
oauth2_login.api.php oauth2_login.api.php The programing interface provided by the module oauth2_login.
oauth2_login.info oauth2_login.info name = OAuth2 Login description = Provides login through an OAuth2 server. package = "OAuth2" core = 7.x dependencies[] = libraries dependencies[] = hybridauth dependencies[] = oauth2_client configure =…
oauth2_login.install oauth2_login.install Enable and disable functions for OAuth2 Login.
oauth2_login.module oauth2_login.module Provides OAuth2 Login functionality.
oauth2_login.test tests/oauth2_login.test OAuth2 Login tests.
oauth2_user.api.php oauth2_user/oauth2_user.api.php Functions that can be used by other modules.
oauth2_user.info oauth2_user/oauth2_user.info name = OAuth2 User description = Handles the user profile provided by an OAuth2 server. package = "OAuth2" core = 7.x dependencies[] = oauth2_login dependencies[] = wsclient dependencies[] = wsclient_rest dependencies[] = http_client
oauth2_user.install oauth2_user/oauth2_user.install Install functions for oauth2_user.
oauth2_user.module oauth2_user/oauth2_user.module
profile.inc oauth2_user/profile.inc OAuth2 user profile.
README.txt README.txt The module OAuth2 Login is used to allow the users of another Drupal site to login to your site. This is done through OAuth2 authentication. On login the users are redirected to the login of the other Drupal site, and after they login there, they are…
run_tests.sh tests/run_tests.sh #!/bin/bash ### Create the links of the required modules and libraries ### on the profile 'testing', then run the tests. cd $(dirname $0) ### get the paths drupal_dir=$(drush php-eval 'print…
wsclient.inc oauth2_user/wsclient.inc Define the web service client that gets the oauth2 user profile.

Other projects