JwtTrait
Trait providing support for JWT using symmetric hash signing.
The benefit of using a trait in this particular case is, that defaults in self::class
(used as a pepper during the singing process) are specific for that a particular implementation.