CPub.Web.Authentication.Strategy.Mastodon (CPub v0.3.0) View Source

Ueberauth.Strategy for authenticating with a dynamic Mastodon/Pleroma instance.

This is a "meta"-Strategy and uses CPub.Web.Authentication.Strategy.Mastodon.Instance for authenticating with individual instances.

Link to this section Summary

Link to this section Functions

Callback implementation for Ueberauth.Strategy.credentials/1.

Callback implementation for Ueberauth.Strategy.extra/1.

Specs

handle_callback!(Plug.Conn.t()) :: Plug.Conn.t()

Callback implementation for Ueberauth.Strategy.handle_callback!/1.

Callback implementation for Ueberauth.Strategy.handle_cleanup!/1.

Specs

handle_request!(Plug.Conn.t()) :: Plug.Conn.t()

Callback implementation for Ueberauth.Strategy.handle_request!/1.

Callback implementation for Ueberauth.Strategy.info/1.

Callback implementation for Ueberauth.Strategy.uid/1.