garyf / json_web_token

A Ruby implementation of the JSON Web Token (JWT) standard, RFC 7519
MIT License
60 stars 4 forks source link

Alias `JWT` for `JsonWebToken` can be turned off #6

Closed cpetschnig closed 7 years ago

cpetschnig commented 7 years ago

Thank you for your great library!

We are using this gem in a large project, where a different lib brings in a dependency to the jwt gem. The alias breaks the usage of the other gem. With this PR, the alias can be turned off through an environment variable.