You are here

Files in OAuth2 Login 7

Primary tabs

File namesort descending Location Namespace Description
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.
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…

Other projects