• Stars
    star
    2
  • Language
    PHP
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Api authentication in Laravel 5.4 using JWT with example. This is very important to implement authentication in web application. JWT (JSON Web Token) is usually used to send information that can be trusted and verified by means of a digital signature. Now question is when should you use JSON Web Tokens