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?
My company has a fork of this project that uses
ActiveModel::Validationsto 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 addingrequire: 'jwt/activemodel'to the line in theGemfile.Is there any interest in our contributing these changes back to this project?