UPDATE: Changed stream access URL to use streamer_name instead of streamer_key, to hide streamer key.

This commit is contained in:
2025-02-26 15:07:09 +00:00
parent c98f892e3e
commit cefd88f525
5 changed files with 23 additions and 22 deletions

View File

@@ -22,6 +22,7 @@ def user_data(username: str):
data = get_user(user_id)
return jsonify(data)
@login_required
@user_bp.route('/user/<string:username>/stream_key')
def user_stream_key(username: str):
"""