strings can be empty
byron-janrain opened this issue · 1 comments
byron-janrain commented
At https://github.com/yohcop/openid-go/blob/master/normalizer.go#L22
if id
comes in as empty string ""
this panics with an index out of range instead of returning an error.
xStrom commented
Indeed. I can write a fix later tonight.