eopenid
eopenid copied to clipboard
Erlang consumer library for OpenID
Results
2
eopenid issues
Sort by
recently updated
recently updated
newest added
Including eopenid as a dep in a rebar build gives: ==> eopenid (compile) ERROR: One or more .beam files exist that are not listed in eopenid.app: \* eopenid_v2 If eopenid_v2...
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...