ruby on rails - Web app and Chrome extension: separate authentication -


i have ruby on rails + devise solution in back-end, allows me, understood, authenticate using cookies.

right developing chrome extension communicates back-end, , since sends same cookies web app in every request, everytime log in using chrome extension automatically logged in in web app, , vice-versa.

so question is: best way separate them?

e.g. user logged in on webapp , user b logged in on chrome extension @ same time.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -