jopache / Settings

Hierarchical Settings Application
Apache License 2.0
3 stars 1 forks source link

Add Settings Authentication to frontend #5

Open jopache opened 7 years ago

jopache commented 7 years ago

Add authentication to calls on front end code (through headers). Blocked: #4 (authentication backend)

  1. Refactor http calls in to http service (could also probably look in to http interception, not sure if anything can be gained from doing so if all the calls will go through an http service).
  2. Will need to create a login component and some routing so that it redirects to login component when user is not logged in.
  3. If requesting regular settings view/edit page, will need to set up with gated route to redirect to login route.