Using Rails Session Cookies for API Authentication September 05, 2018 In preparation for our next course, we’re building a Vue.js front-end web application (an SPA) that uses a Rails 5 API backend with authenticated endpoints. The web app and the API are two separate applications: No part of the web app is rendered by Rails. The Rails app is strictly a JSON API. And the web app is a standalone bun