python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

Added support of simple AX values.

Open lraucy opened this issue 10 years ago • 0 comments

I added the support of simple values for AX:

The pre-existing behavior is the user set a list (with setValues or addValue) the AX response will be sent with: openid.ax.count.<alias> and openid.ax.value.<alias>

This pull request add the support of single value, with setValue. The AX response will only contain: openid.ax.value.<alias>

lraucy avatar Oct 20 '14 17:10 lraucy