nsarno / knock

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

Change token_secret_signature_key default #264

Closed artygus closed 4 years ago

artygus commented 4 years ago

As of rails 5.2 there's a configuration option Rails.application.secret_key_base which accomodates all different ways to specify secret_key_base, i.e.

closes https://github.com/nsarno/knock/pull/225