API Reference CharonAbsinthe v0.2.0

modules

Modules

Absinthe integration for Charon.

Plug to bridge the gap between Plug's conn and Abinthe's context.

Absinthe middleware to update the resolution after a session is created, refreshed or dropped. Transfers resolution.value.resp_cookies to resolution.

Absinthe middleware to require a valid access token. Can be used if the context was hydrated by CharonAbsinthe.HydrateContextPlug.

Absinthe middleware to require a valid refresh token. Can be used if the context was hydrated by CharonAbsinthe.HydrateContextPlug.