All Projects â†’ connor11528 â†’ vuejs-auth-frontend

connor11528 / vuejs-auth-frontend

Licence: other
🔒 Vue.js frontend app with JWT authentication

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vuejs-auth-frontend

Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+6392.86%)
Mutual labels:  vue-frontend
gae-vue-webapp2-starter
A simple GAE Vue Webapp2 starter project.
Stars: ✭ 17 (-39.29%)
Mutual labels:  vue-frontend

Vue.js Frontend Authentication

A frontend codebase for authentication with Vue.js and JWT. Code built from the Auth0 tutorial Build an App with Vue.js: From Authentication to Calling an API

About the app

To log users in, we'll make an HTTP request to our authentication endpoint and save the JWT that is returned in localStorage.

Vue components allow us to specify a template, a script, and style rules all in one file.

Setup

Launch server:

$ webpack-dev-server --inline --hot

Sample backend: https://github.com/auth0-blog/nodejs-jwt-authentication-sample. Clone the repo, install dependencies and then we can use it as an api endpoint to hit up http://localhost:3001/api/random-quote

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].