nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
MIT License
299 stars 81 forks source link

Comment out the security utils require and add manually in initialize… #107

Closed arif-muhammad-wmc-tech closed 2 years ago

arif-muhammad-wmc-tech commented 2 years ago

security_util is not available in Rails 4.1.5 so I commented it out and manually copied the code of security_util in initializers

arif-muhammad-wmc-tech commented 2 years ago

security_util is not available in Rails 4.1.5 so I commented it out and manually copied the of security_util in initializers