Skip to content

eopenid_v1:associate/1 #3

@kostis

Description

@kostis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions