Jeffrey Lau

Results 7 issues of 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...

enhancement
continuous integration

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...

enhancement

- [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...

enhancement

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]...

Document all configuration options.

help wanted

## 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...

continuous integration
build