Page 1 of 1

One Login for users that works for multiple databases

Posted: Mon Jul 07, 2014 4:07 pm
by Alyssa Rolfe

Is it possible to make one login screen that would work for multiple databases or would I need to consolidate all my databases into one and map them to their respective pages?

I want to simplify logging in for the user so that they only need to do it once to access all of their inputs.


One Login for users that works for multiple databases

Posted: Mon Jul 07, 2014 4:38 pm
by Evgene Karachevtsev

Hello Alyssa,

One token cannot be used for different databases. You can at once get a few tokens (for each dB) when user login. The main thing then not to get lost in all these tokens. You should decide what is more comfortable for you - to unite the database or not to get lost a few dB/tokens


One Login for users that works for multiple databases

Posted: Mon Jul 07, 2014 5:31 pm
by Alyssa Rolfe

How would you go about getting more than one token?


One Login for users that works for multiple databases

Posted: Mon Jul 07, 2014 8:46 pm
by Evgene Karachevtsev

Alyssa,

You may query login for each database and save the result in a different local storage variables