Skip to content

wsse_auth_callback: Code vs Documentation #268

Description

@tomuench

Dear Team,

i have a mismatch between your Documentation and the Implementation. Your implementation expects an arity of 4 but the documentation expects an arity of 2

Implementation:

return !!soap_config.wsse_auth_callback && soap_config.wsse_auth_callback.respond_to?(:call) && soap_config.wsse_auth_callback.arity == 4

Documentation:
https://github.com/inossidabile/wash_out#dynamic-authentication

Which one is right?

Best Wishes

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