Skip to content

Instantly share code, notes, and snippets.

@krzkrzkrz
Created August 6, 2015 11:05
Show Gist options
  • Save krzkrzkrz/0e893b6d09299c2829a6 to your computer and use it in GitHub Desktop.
Save krzkrzkrz/0e893b6d09299c2829a6 to your computer and use it in GitHub Desktop.
begin
JsonWebTokenUtility.decode(params[:token])
rescue JWT::EncodeError, JWT::VerificationError
# do something
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment