Packages

A full featured, configurable authentication and user management system for Phoenix.

Security advisory: This version has known vulnerabilities. View advisories

Current section

Files

Jump to
coherence lib coherence plugs authorization credential_store.ex
Raw

lib/coherence/plugs/authorization/credential_store.ex

defmodule Coherence.CredentialStore do
@moduledoc false
@callback get_user_data(String.t | {String.t, any, any}) :: any
end