IndieWeb v0.0.38 IndieWeb.Auth View Source

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) View Source
authenticate(map()) :: {:ok, any()} | {:error, any()}

Link to this function

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

Provides endpoint information for well known endpoints in IndieAuth.