ruby-jwt icon indicating copy to clipboard operation
ruby-jwt copied to clipboard

Claim and signature validations without raising exceptions

Open jec opened this issue 6 years ago • 1 comments

My company has a fork of this project that uses ActiveModel::Validations to inform of validation failures, rather than raising exceptions. The goal of our fork is to allow the existing behavior while also providing the alternate behavior by adding require: 'jwt/activemodel' to the line in the Gemfile.

Is there any interest in our contributing these changes back to this project?

jec avatar Jun 12 '18 18:06 jec

Hi @jec,

This is a requested feature. 👍

I'd love to see you approach.

If you wan't to open a PR I would create a fitting branch.

excpt avatar Jun 18 '18 06:06 excpt