See http://groups.drupal.org/node/21357
hook_openid_provider_ax($op, $attributes, $request) and
hook_openid_provider_sreg($op, $sreg_fields, $request)
is too much.
Almost the same signature, almost the same purpose. Let's unify them.
Also in the patchset (depending patches): #488640: Simplify provider-side hooks, #488628: Simplify provider-side hooks and #488636: Simplify provider-side hooks in D7 port
| Comment | File | Size | Author |
|---|---|---|---|
| openid_provider_persona_union_provider_hooks.patch | 1.31 KB | aron novak |
Comments
Comment #1
xamanu commentedThe OpenID Provider AX module implements this now,but only in the Drupal 7 version: #488628: Simplify provider-side hooks
So please when porting this module spend half a minute on this. Cheers.