yohcop / openid-go

OpenID consumer implementation in Go - golang
Other
83 stars 40 forks source link

Fix discovery of self-closing X-XRDS-Location meta tag #52

Closed fsgmhoward closed 4 years ago

fsgmhoward commented 4 years ago

Some identity provider websites use XHTML doctype which enforces the use of /> even for meta tags. This is not recognized by this program and lead to the site not being recognized/discovered and errors are thrown,