Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor11528/laravel-jwt-starter
🎹 Laravel 5.6 app with JWT auth with Vue and Vuex
https://github.com/connor11528/laravel-jwt-starter
api authentication jwt laravel laravel-5 laravel-56 laravel-application laravel-framework tailwindcss vue vuejs vuex
Last synced: 2 days ago
JSON representation
🎹 Laravel 5.6 app with JWT auth with Vue and Vuex
- Host: GitHub
- URL: https://github.com/connor11528/laravel-jwt-starter
- Owner: connor11528
- Created: 2018-04-11T23:45:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T17:15:58.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T05:08:24.942Z (3 months ago)
- Topics: api, authentication, jwt, laravel, laravel-5, laravel-56, laravel-application, laravel-framework, tailwindcss, vue, vuejs, vuex
- Language: PHP
- Homepage: https://employbl.com/
- Size: 861 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel API with JSON Web Token (JWT) stateless authentication
Based heavily from:
- https://github.com/guillaumebriday/todolist-frontend-vuejs/
- https://github.com/guillaumebriday/todolist-backend-laravel- Awesome tutorial: https://blog.pusher.com/build-rest-api-laravel-api-resources/
- Vue SPA: https://codeburst.io/api-authentication-in-laravel-vue-spa-using-jwt-auth-d8251b3632e0
Tutorial: https://tutsforweb.com/restful-api-in-laravel-56-using-jwt-authentication/