Jump to content
Changes to the Jaspersoft community edition download ×

how to check if visualizejs is already authenticated/login in an account?


Recommended Posts

Hi i've been reviewing the visualizejs and still haven't found a way that I can figure out if a user is already authenticated in visualizejs.

myConfig = {    auth: {        name: "joeuser",        password: "joeuser"    } };visualize.config(myConfig);[/code]

Here is my code for logging-in in visualizejs. What I want to know if visualizejs has a method that allows us to know if we are already logged-in to the specific account we have. I want to put a condition there where if I am still authenticated, I dont have to login again yet.

Link to comment
Share on other sites

  • 1 month later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...