<p>Hello!</p>
<p>I've have been playing around for the last 12 hours trying to get openid working with GoLang. It seems like most available libraries are out of date. What libraries do you use? Would you be able to provide me with an example on how to use it?</p>
<p>Thanks! </p>
<hr/>**评论:**<br/><br/>klaaax: <pre><blockquote>
<p>It seems like most available libraries are out of date. </p>
</blockquote>
<p>what did you use? cause openid has not evolved at all for ages.</p></pre>Haun1400: <pre><p>appengine
<a href="https://github.com/akavel/openid-go" rel="nofollow">https://github.com/akavel/openid-go</a>
<a href="https://gowalker.org/github.com/akavel/go-openid" rel="nofollow">https://gowalker.org/github.com/akavel/go-openid</a></p>
<p>I tried one more but I can't find it now :/ </p></pre>bontibon: <pre><p>I have used <a href="https://github.com/yohcop/openid-go" rel="nofollow">https://github.com/yohcop/openid-go</a> with success.</p></pre>Haun1400: <pre><p>Ok, So I started to look at this library but got a little confused with some of the notes in the examples. Specifically I got confused on the Discoverycache and nonce_store. In his example he says "Use your own implementation, on a better database system." </p>
<p>I guess I don't have enough knowledge about how OpenID works, as I'm not really sure what I am supposed to be storing. I tried to look through those types, but that was when I was low on sleep. I just woke up so I'm going to look more into it.</p></pre>dhdfdh: <pre><p>I didn't know anyone took OpenID up as a new method anymore.</p></pre>Haun1400: <pre><p>I'm attempting to authenticate with steam, and they use OpenID</p></pre>