Skip to content

Instantly share code, notes, and snippets.

View doino-gretchenliev's full-sized avatar

Doino Gretchenliev doino-gretchenliev

View GitHub Profile
@doino-gretchenliev
doino-gretchenliev / README.md
Last active October 12, 2022 16:01
Node-RED Radius custom authentication and authorization. #node-red #nodered #radius #authentication #javascript

Node-RED Radius custom authentication and authorization

Requirements

Installation

  1. Save user-authentication.js to <node-red>/user-authentication.js.
  2. Add the following line to setting.js:
@doino-gretchenliev
doino-gretchenliev / configuration.yaml
Last active May 31, 2024 04:31
Home Assistant RADIUS authentication #home-assistant #homeassistant #radius #authentication #python
homeassistant:
auth_providers:
- type: command_line
command: "/config/auth/radius-auth.sh"
meta: true