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
Post a Comment