feat!: Allow to toggle login/logout routes and JWT independently
Allow to toggle login/logout routes and JWT independently using cubicweb.includes pyramid option.
Cubicweb already has an cookie-based authentication policy, so this MR marks JWT as experimental and users are discouraged from using it in production. The code is kept for now and may be reused later to provide a cookie-less authentication method (for non-web based applications).
Related to https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/1006
Edited by Arnaud Vergnet