Skip to content

Simple Laravel 5/Angular app that shows how to use the most basic JWT authentication

Notifications You must be signed in to change notification settings

marcuscarvalho/laravel5-angular-jwt

 
 

Repository files navigation

Laravel 5 / Angular example with JSON Web Token authentication

This is a basic Laravel 5 app that shows how to use the most basic JWT authentication.

Note

This app is not meant to be used in Production environment.
It's a very basic example, that lacks any kind of input validation, handling of expired tokens, local storage fallback to cookies or any other storage.

Installation

  • Clone the repository (git clone git@github.com:ttkalec/laravel5-angular-jwt.git)
  • Use Laravel Homestead
  • SSH in to your Homestead Vagrant box
  • Run php composer install to install the dependencies (get composer here)
  • Run php artisan migrate to setup the database
  • Follow Jwt-auth and Laravel-cors in order to config your dependencies
  • Run php artisan config:publish to publish JWT and CORS packages config files

About

Simple Laravel 5/Angular app that shows how to use the most basic JWT authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.3%
  • JavaScript 3.5%
  • HTML 1.1%
  • ApacheConf 0.1%