ruby-jwt
ruby-jwt copied to clipboard
Claim and signature validations without raising exceptions
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?
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.