jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

User roles checks by YAML config #10

Open jfilby opened 2 years ago

jfilby commented 2 years ago

The idea is that you can specify which routes require certain user roles by YAML.

The web-app and web-service view generators would then include user role checks in the generated code.