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_ax_union_provider_hooks.patch | 1016 bytes | aron novak |
Comments
Comment #1
aron novakAlso in the patchset (depending patches): #488640: Simplify provider-side hooks, #488636: Simplify provider-side hooks in D7 port
Comment #2
aron novakAlso OpenID Provider Persona needs a patch: #489776: Simplify provider-side hooks at OpenID stack
Comment #3
xamanu commentedI think it is fine to do this for the 7.x.-1.x version. So committed to that. Let's keep the 6.x-1.x branch as it is.