auth0_advanced_settings_form |
./auth0.module |
The Auth0 advanced configuration settings form callback. |
|
1 |
auth0_authenticate_user |
./auth0.module |
Authenticate the given user. |
1 |
|
auth0_basic_settings_form |
./auth0.module |
The Auth0 basic configuration settings form callback. |
|
1 |
auth0_block_info |
./auth0.module |
Implements hook_block_info(). |
|
|
auth0_block_view |
./auth0.module |
Implements hook_block_view(). |
|
|
auth0_callback |
./auth0.module |
User login API callback. |
|
1 |
auth0_check_dependencies |
./auth0.module |
Check that the dependencies were autoloaded. |
4 |
|
auth0_create_user_from_auth0 |
./auth0.module |
Create a new Drupal user for an authenticated Auth0 user. |
1 |
|
auth0_enabled |
./auth0.module |
Determine if Auth0 is enabled and can be used. |
4 |
|
auth0_fail_with_verify_email |
./auth0.module |
Display a message and cancel login if the user does not have a verified email. |
1 |
|
auth0_find_auth0_user |
./auth0.module |
Return the uid of the user with the given Auth0 id. |
1 |
|
auth0_form_alter |
./auth0.module |
Implements hook_form_alter(). |
|
|
auth0_form_user_profile_form_alter |
./auth0.module |
Implements hook_user_form_user_profile_form_alter(). |
|
|
auth0_get_auth0_object_from_drupal_uid |
./auth0.module |
Return the uid of the user with the given Auth0 id. |
2 |
|
auth0_insert_auth0_user |
./auth0.module |
Create a local cached Auth0 user object. |
1 |
|
auth0_login_auth0_user |
./auth0.module |
Log in an Auth0 authenticated user. |
1 |
|
auth0_mappingsToPipeList |
./auth0.module |
|
|
|
auth0_menu |
./auth0.module |
Implements hook_menu(). |
|
|
auth0_missing_dependencies_message |
./auth0.module |
Set a message explaining how to install the dependencies. |
2 |
|
auth0_pipeListToArray |
./auth0.module |
|
2 |
|
auth0_schema |
./auth0.install |
Implements hook_schema(). |
|
|
auth0_theme |
./auth0.module |
Implements hook_theme(). |
|
|
auth0_uninstall |
./auth0.install |
Implements hook_uninstall(). |
|
|
auth0_update_auth0_object |
./auth0.module |
Save changes to the local cache of an Auth0 user object. |
1 |
|
auth0_update_fields |
./auth0.module |
|
1 |
|
auth0_update_fields_and_roles |
./auth0.module |
Update the field mappings and role mappings for a user based on auth0 user data |
1 |
|
auth0_update_roles |
./auth0.module |
Updates the $user->roles of a user based on the auth0 role mappings |
1 |
|
auth0_user |
./auth0.module |
Implements hook_user(). |
|
1 |
auth0_user_delete |
./auth0.module |
Implements hook_user_delete(). |
1 |
|
auth0_user_info_page |
./auth0.module |
Display auth0 info for the given user. |
|
1 |
auth0_user_logout |
./auth0.module |
Implements hook_user_logout(). |
|
|
auth0_verify_email_page |
./auth0.module |
Verify email page callback. |
|
1 |
template_preprocess_auth0_lock |
./auth0.module |
Preprocess the login widget. |
|
|
_auth0_form_replace_with_lock |
./auth0.module |
Replace a form with the lock widget. |
1 |
|
_auth0_generate_authorize_url |
./auth0.module |
|
2 |
|