eopenid
eopenid copied to clipboard
eopenid_v1:associate/1
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
Thanx! Apparently I'm saved by the code in the catch-clause, every time...