I’m using the Node module everyauth for authentification with Twitter. At the moment, the user has to go to /auth/twitter/ to authenticate, with a redirect path.
The problem is that the redirect path reloads the page, which break the “one-page app” structure I have built. Is it possible to keep authentication with Twitter within the “one-page” boundaries?
You cannot do that, you need to open a new page (but you can open a popup for example and make Twitter redirect back to a page that closes that popup).