Active
Project:
User Authentication API
Version:
7.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2013 at 17:45 UTC
Updated:
6 Sep 2013 at 18:44 UTC
Jump to comment: Most recent
Comments
Comment #1
damiankloip commentedHa, yes. Most of it is one the project page. There are also some test plugins. Do they help at all? If not, I'm happy to help if you have any questions.
Comment #2
imclean commentedCheck user_auth_api_test.module. Step by step docs are light on but I'm about to dive into it.
Briefly, it looks like you need the following:
- hook_user_auth_api_info() to register the plugin (see also auth_user_api.api.php)
- The plugin class itself (see the project page or test examples)
Optionally:
- hook_user_auth_api_info_alter()
Adding a README.txt explaining the basic steps to integrate with this module would be very useful.