Skip to content

Authentication Guide

Karnando Sepryan edited this page Jul 14, 2019 · 1 revision

How to use authentication to guard your page so that only logged in user can access the page:

  1. add auth: true to route meta
  2. auth api will always trigger everytime route changes
  3. further role guard will be performed by access-list api, see How To Setup Access List

Clone this wiki locally