Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

ockibagusp/angularJS-agri-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-gateway-client

Agrihub Client; code with AngularJS and ❤

Features

  1. Full SPA (Single Page Application).
  2. Authenticated Using JWT (JSON Web Token).
  3. User credentials and token store on browser cookie (raw).
  4. Access control per page, thanks to my own authenticate and access-control services.
  5. Using Bootstrap Component UI, thanks to angular-ui bootsrap.

Cons

  1. Storing raw data on browser cookie is very risk, inseccure, and bad-practice...