# Building a social app with Spin (2/4): Vue.js app and Token Verification

DevFeed: [Building a social app with Spin (2/4): Vue.js app and Token Verification](<https://devfeed.tech/articles/building-a-social-app-with-spin-2-4-vue-js-app-and-token-verification-15178.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/building-a-social-app-with-spin-2>)

Author: Justin Pflueger

Published: 2023-02-13T17:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Website](<https://devfeed.tech/topics/website.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [2](<https://devfeed.tech/tags/2.md>), [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [building](<https://devfeed.tech/tags/building.md>), [routing](<https://devfeed.tech/tags/routing.md>), [token](<https://devfeed.tech/tags/token.md>), [verification](<https://devfeed.tech/tags/verification.md>), [vue-js](<https://devfeed.tech/tags/vue-js.md>)

## AI overview

A tutorial on building a social app with Spin. This installment covers adding a static website with authentication, using a static fileserver, routing, and token authentication for a Vue.js app.

## Source excerpt

I'm Justin Pflueger - In this iteration, I'll be taking you through the process of adding a static website with authentication to our app. We'll explore the static fileserver, routing and token authentication.