Coherence v0.1.3 Coherence.Authentication.Basic
Implements basic HTTP authentication. To use add:
plug Coherence.Authentication.Basic, realm: "Secret world"
to your pipeline.
This module is derived from https://github.com/bitgamma/plug_auth which is derived from https://github.com/lexmag/blaguth
Summary
Functions
Callback implementation for c:Plug.call/2
Returns the encoded form for the given user
and password
combination
Callback implementation for c:Plug.init/1
Functions
Returns the encoded form for the given user
and password
combination.