nsarno / knock

Seamless JWT authentication for Rails API
MIT License
2.07k stars 253 forks source link

update default token_secret_signature_key #256

Closed nsantiago2719 closed 4 years ago

nsantiago2719 commented 4 years ago

Updated the default token_secret_signature_key from Rails.application.secrets.secret_key_base to Rails.application.credentials.secret_key_base since it was moved to an encrypted file due to this .

nsantiago2719 commented 4 years ago

Closing since there's a PR for this on #225 .