Agrihub Client; code with AngularJS and ❤
- Full SPA (Single Page Application).
- Authenticated Using JWT (JSON Web Token).
- User credentials and token store on browser cookie (raw).
- Access control per page, thanks to my own authenticate and access-control services.
- Using Bootstrap Component UI, thanks to angular-ui bootsrap.
- Storing raw data on browser cookie is very risk, inseccure, and bad-practice...