[GH-ISSUE #356] Add OTP support for plugins #172

Open
opened 2026-03-04 01:35:21 +03:00 by kerem · 0 comments
Owner

Originally created by @lts-rad on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/356

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

Originally created by @lts-rad on GitHub (Aug 28, 2024). Original GitHub issue: https://github.com/spr-networks/super/issues/356 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#172
No description provided.