luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

removing the deprecated legacy verifer code #1697

Closed jwoertink closed 2 years ago

jwoertink commented 2 years ago

Purpose

Removes the deprecated legacy verifier code

Description

The message verifier has gone through a few iterations. The most recent was basically a breaking change, and to slow roll it out, we deprecated the old way. That was released in 0.30.0, and can now be removed for the next release.

Checklist