This PR introduces the beginning of re-writing syntax tree generation to new ContentGenerators based on StringBuilders.
It also includes support for role-based security and custom authentication-schemes suggested in this issue ( #26 ).
Main Features
Introducing new Project structure
Replacing TextFileHelper with new ContentWriter
Moving alot of 'Helper' functionality to new classes and/or extension methods
Introducing new ContentGeneratorServerController class, to control new controller generation
This PR introduces the beginning of re-writing syntax tree generation to new ContentGenerators based on StringBuilders. It also includes support for role-based security and custom authentication-schemes suggested in this issue ( #26 ).
Main Features