logoalt Hacker News

felixgalloyesterday at 8:12 PM1 replyview on HN

what do you mean by 'security related concerns'?


Replies

sevenzeroyesterday at 8:21 PM

How to properly build a liveview thats safe against hijacking the websocket phoenix uses for liveviews. You can just do it from the devtools on client side. With regular HTTP requests at least I know what to look out for, with liveview there are almost no resources on how to build a view securely. Like I was able to just call the functions in my module by just addressing them from my browsers console. Just to name an example.

show 2 replies