Skip to content

Instantly share code, notes, and snippets.

@marinho10
Created April 27, 2020 18:29
Show Gist options
  • Save marinho10/1440dc37dde2aa47183e8d57994e970a to your computer and use it in GitHub Desktop.
Save marinho10/1440dc37dde2aa47183e8d57994e970a to your computer and use it in GitHub Desktop.
def me(_, _, %{context: %{current_user: user}}),
do:
{:ok,
%{
user: user,
token: Phoenix.Token.sign(PhoenixAbsintheAuthenticatedSubscriptionsWeb.Endpoint, "user sesion", user.id)
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment