You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our application, we don't use credentials since all credentials, including the secret key base, are sourced from environment variables. In such cases, this deprecation notice gets triggered.
The text was updated successfully, but these errors were encountered:
Even I'm using Rails credentials I got this deprecation warning from Devise,
Rails secrets will be removed on Rails 7.2, and Devise still having it
and generating a secure key.
heartcombo/devise#5645heartcombo/devise#5648
Even I'm using Rails credentials I got this deprecation warning from Devise,
Rails secrets will be removed on Rails 7.2, and Devise still having it
and generating a secure key.
heartcombo/devise#5645heartcombo/devise#5648
Triggered at
devise/lib/devise/secret_key_finder.rb
Line 12 in e2242a9
In our application, we don't use credentials since all credentials, including the secret key base, are sourced from environment variables. In such cases, this deprecation notice gets triggered.
The text was updated successfully, but these errors were encountered: