shaulliv In the changelog for version 0.7.6-beta and this issue: https://github.com/ErsatzTV/ErsatzTV/issues/1913 there is documentation of methods to secure the admin ui and the stream. I'm attempting to configure JWT token without much success. I configured JWT__ISSUERSIGNINGKEY=abcdef but the link: http://xx.xx.xx.xx:8409/iptv/channels.m3u?access_token=abcdef does not work. Also the log does not give any indication to what the issue might be even if set to debug.
shaulliv found the answer in the discord, for completeness sake: so i think you can go here http://jwtbuilder.jamiekurtz.com/ enter 32 random characters in the signed json web token > key field, click create signed jwt. the key goes in the env var and the jwt goes in the url NOTE: use HS256 (I tried HS512 and it didn't work).
jason Thanks for posting the solution - I definitely need to document the streaming auth (JWT) and the management auth (OIDC) options that ErsatzTV supports.