paulvanbladel / aurelia-auth

:key: Authentication plugin for aurelia
200 stars 74 forks source link

Conditional loginRedirect #176

Open stephenstroud opened 7 years ago

stephenstroud commented 7 years ago

Currently is there a way to achieve conditional redirect routes? Example: if(profile.Completed){ loginRedirect: Go somewhere. } else {
//USE DEFAULT AUTH CONFIG }