This is not meant for production and is meant to be a proof of concept of JWT integration into Laravel. There are better ways to implement the functionality that this integration provides, including ...
├── app/ │ ├── api/ # API versioning system │ ├── cli/ # CLI commands and console │ ├── config/ # Configuration files │ ├── controllers/ # Request handlers │ │ ├── v1/ # Version 1 controllers ...