Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Rails 7.1, encryption uses SHA256 whereas Rails 7.0 uses SHA1. As we have data encrypted in SHA1, we need to enable support. A later PR will migrate all data to use SHA256, then we will remove support for SHA1.
- Loading branch information