CodeShepherd I have a query in connection to Snap Development and security POV.
I have created a snap and when I launch it, it opens a UI in a separate web-browser (just like the ctrlX SDK's Python Web Server example)
My problem is that it appends a bearer token in the URL of the browser. It uses this identity token to verify the user and permissions. Now this can be a security issue if someone tries to corrupt or falsely use it. Is there any information around this?