Skip to content

Instantly share code, notes, and snippets.

@matija
Last active November 5, 2018 09:17
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 matija/65cac31db4d098291ef5394db436968c to your computer and use it in GitHub Desktop.
Save matija/65cac31db4d098291ef5394db436968c to your computer and use it in GitHub Desktop.
def decoded_auth_token
 @decoded_auth_token ||= AuthToken.decode(http_auth_token)[0]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment