eopenid icon indicating copy to clipboard operation
eopenid copied to clipboard

eopenid_v1:associate/1

Open kostis opened this issue 15 years ago • 1 comments

In eopenid_v1.erl there is code which reads:

associate(Dict) ->
    try 
        Provider = out("openid.server", Dict),
        {ok,Adict} = eopenid_srv:get_assoc_dict(Provider),
        ...

But eopenid_srv:get_assoc_dict/1 returns either 'true' or {error, not_found}, probably due to its code being incomplete? You may want to fix that.

In addition, I have various type-related cleanups that I can send at some point, but perhaps it's better to do that by mail.

Kostis

kostis avatar Jan 18 '11 23:01 kostis

Thanx! Apparently I'm saved by the code in the catch-clause, every time...

etnt avatar Jan 27 '11 10:01 etnt