Starcounter/Starcounter.Authorization

Add ability to use middleware without a page class

Closed this issue · 1 comments

Add ability to use middleware without a page class

The use of Router without a page class is impossible. It has to be noted, though, that a page class doesn't need to be a Json. It could be any class, but Router needs it to be associated with the Url. Otherwise middleware control (turning on/off) would be totally different affair.