yohcop/openid-go

strings can be empty

byron-janrain opened this issue · 1 comments

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.

Indeed. I can write a fix later tonight.