puter.auth.isSignedIn()
Checks whether the user is signed into the application.
puter.auth.isSignedIn();
None
Returns true
if the user is signed in, false
otherwise.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.print(puter.auth.isSignedIn());
</script>
</body>
</html>