I developped an application using youtube api and python. This application launchs live streams on my channel.To do so I went to google console , and created "consent screen", "credentials" downloaded "json auth file"....etc then developped my code in python , run it, everything works fine in my machine and on my channelNow I want that this application to be used by some users (friends), so they can launch lives in their channelsShall they create also consent screen ... because this too heavy , as consent screen asks for many details about developper profile. But the final users are not developpers
So please any exlanation on how to be able to use a youtube api app elsewhere