mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-12 08:35:05 -04:00
Introduce the -DZM_JWT_BACKEND CMake option through which the JWT backend can be selected. Supported values: jwt_cpp (default; in-tree) and libjwt When libjwt is chosen ZM_CRYPTO_BACKEND is taken into account to select the corresponding flavour of libjwt.