Open lts-rad opened 2 months ago
for some plugins we shoudl allow requiring OTP codes to use them over the proxy
update func PluginRoutes(external_router_authenticated mux.Router, external_router_public mux.Router) {
to check if a plugin has OTP enabled, and wrap them with applyJwtOtpCheck if so
for some plugins we shoudl allow requiring OTP codes to use them over the proxy
update func PluginRoutes(external_router_authenticated mux.Router, external_router_public mux.Router) {
to check if a plugin has OTP enabled, and wrap them with applyJwtOtpCheck if so