HOLD UNTIL FEATURE AVAILABLE: New Docs for Authcommands feature#232
HOLD UNTIL FEATURE AVAILABLE: New Docs for Authcommands feature#232SigmaScott wants to merge 12 commits into
Conversation
- New advanced topic page: TOTP DTMF Authentication user guide - New config reference page: rpt_auth.conf - Add auth_* keys and auth function class to rpt_conf.md - Update navigation in mkdocs.yml
… into authcommands-docs
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Allan-N
left a comment
There was a problem hiding this comment.
I really like this feature :)
Add TOTP DTMF Authentication Documentation
Summary
Adds end-user documentation for the new per-user TOTP (Time-based One-Time Password) DTMF authentication feature in app_rpt. This feature allows node administrators to gate privileged DTMF commands behind a one-
time password verified via any standard authenticator app (Google Authenticator, Authy, FreeOTP, etc.).
Changes
New Pages
docs/adv-topics/totp-auth.md— Full user guide covering:rpt.confnode-level keys, function table entries, privileged command stanzas)rpt auth show,rpt auth logout)docs/config/rpt_auth_conf.md— Config file reference for the newrpt_auth.confuser/secret file (format, fields, permissions, examples)Updated Pages
docs/config/rpt_conf.md— Added:authfunction class section (after COP commands) documenting theauth,a/auth,s/auth,lmethodsauth_*node-level configuration keys with descriptions, defaults, and rangesmkdocs.yml— Added navigation entries for both new pages (TOTP Auth under Advanced Topics, rpt_auth.conf under Config Files)Testing
mkdocs buildcompletes without errorsNotes