-
Redesigned Middleware With New Features and Improvements
All checks were successfulRust CI / Rust CI (push) Successful in 1m43sreleased this
2024-08-12 23:30:15 +02:00 | 2 commits to master since this releaseAdded
- Add case insensitive option to the captcha (
29b4b80
) - Add new memory storage (
27d9851
) - Add query finder (
110a872
) - Function
new_captcha
forCaptchaStorage
trait to create and store captcha (4240da2
) - New
CaptchaBuilder
to buildCaptcha
struct (28425d9
) - New
SimpleGenerator
to generate the captcha (c6956ad
)
Changed
- Refactor
CaptchaStorage
trait (e21ce0d
) - Improve form finder tests with
rstest
(8d1e26c
) - Improve header finder tests with
rstest
(d39f1e9
) - Move the
CacacheStorage
to another module (4be7a66
) - Refactor the
CaptchaFinder
andCaptchaStorage
to work with token and answer as string (2bfa4de
) - Split the finders into several modules (
dfa35da
)
Fixed
- Return
None
if the key not found and notSome(None)
(d4c3558
)
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
7 downloads
- Add case insensitive option to the captcha (