Single login only when viewing feeds in javascript

We have a web page with a list of cameras . This page is part of a javascript web app. When the user clicks on a camera link for the first time, the user is asked to login and then shown the camera feed. However, the user is asked to login every time they click on another camera. How can we make the user only login the first time?

callback connectionDidLogIn will be called after login, check it before create a controller.

Thank you!