Alyssa Rolfe
Posts: 0
Joined: Fri Jun 20, 2014 12:48 pm

One Login for users that works for multiple databases

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

One Login for users that works for multiple databases

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

Alyssa Rolfe
Posts: 0
Joined: Fri Jun 20, 2014 12:48 pm

One Login for users that works for multiple databases

How would you go about getting more than one token?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

One Login for users that works for multiple databases

Alyssa,

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

Return to “Issues”