open_id_authentication
open_id_authentication copied to clipboard
Pass any AX response to the callback along with the SReg response
Although authenticate_with_open_id allows both SReg and AX attributes to be requested (via the :optional and :required options) only the SReg results are passed to the callback. This commit makes it pass the AX results as well.
+1 for this change - I was just about to fork and make the same change myself, but I noticed in the list of forks that there are quite a few people who have done the same thing or something very similar to achieve the same effect.
I've applied this patch in the new official fork. Thanks for the patch!