openid-go
openid-go copied to clipboard
OpenID consumer implementation in Go - golang
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
wordpress.com exposes `openid.server` and `openid.delegate` rel links, and openid-go complains with `LINK with rel=openid2.provider not found` -- is there any plan to support the old version ? I've read somewhere...
Could you add extension support for [sreg](http://openid.net/specs/openid-simple-registration-extension-1_1-01.html) I have implemented one for myself. I think it is basically modify a bit in function buildRedirectURL under redirect.go.