

(take a look at Security for more detail). So your methods will have automatic routing points much like Flask, but this time in a class.Īdditionally you can have granular security (method access security) that can be associated with a user’s role You will map your methods to routing points, and each method will be registeredĪs a possible security permission if you want. They work like a class that represent a concept and present the views and methods to implement it.Įach view is a Flask blueprint that will be created for you automatically by the framework.
