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.
| Comment | File | Size | Author |
|---|---|---|---|
| openid_provider_sreg_union_provider_hooks.patch | 930 bytes | aron novak |
Comments
Comment #1
aron novakAlso in the patchset (depending patches): #488640: Simplify provider-side hooks, #488628: Simplify provider-side hooks
Comment #2
aron novakAlso OpenID Provider Persona needs a patch: #489776: Simplify provider-side hooks at OpenID stack
Comment #3
xamanu commentedThe OpenID Provider AX module implements this now,but only in the Drupal 7 version: [#488628 ]
So please when porting this module spend half a minute on this. Cheers.