Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created May 19, 2017 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivermt/e4419b3f7d0a48fedcd366c4cdb9de18 to your computer and use it in GitHub Desktop.
Save olivermt/e4419b3f7d0a48fedcd366c4cdb9de18 to your computer and use it in GitHub Desktop.
conn
|> put_status(401)
|> json(%{ "error" => "Token invalid", "invalid" => true })
halt(conn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment