Jeffrey Lau
Jeffrey Lau
This is a temporary (?) solution before https://github.com/lynndylanhurley/devise_token_auth/pull/703 is rolled back. Once https://github.com/lynndylanhurley/devise_token_auth/issues/1159 is implemented, this PR would probably be obsolete. Relates to https://github.com/lynndylanhurley/j-toker/issues/42
## Description Tests on GitHub Actions take a long while to complete, despite individual tests not taking too long. This could be due to the sheer number of tests. Investigate...
Currently, the default redaction action is to slap a `"(redacted)"` on the original String. This could be made more flexible. But by default it should also be internationalized (i18n). Target...
- [x] `Proc` as parameter - [ ] create some default scrambling algorithms - [ ] structured-text-preserving algorithms - _e.g._, keeping an HTML snippet valid HTML, but with masked inner...
Currently, there's basically zero tests. Write tests to cover all configurations. - [x] Write specs for the default (optionless) usage - [x] Write specs for using custom maskers - [x]...
## Description Currently, release tarballs and zip files that bundle submodule source files have to be created manually, using these commands: ```console > cmake -B build -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF > cpack...