IndieWeb v0.0.15 IndieWeb.Auth

Provides logic for handling IndieAuth interactions.

Link to this section Summary

Functions

Provides the adapter to be used by IndieWeb.Auth for stateful actions

Provides endpoint information for well known endpoints in IndieAuth

Link to this section Functions

Provides the adapter to be used by IndieWeb.Auth for stateful actions.

Link to this function

authenticate(params)
authenticate(map()) :: {:ok, any()} | {:error, any()}

Link to this function

endpoint_for(type, uri)
endpoint_for(atom(), binary()) :: binary() | nil

Provides endpoint information for well known endpoints in IndieAuth.