Releases: SuplexProject/Suplex.Sample
Releases · SuplexProject/Suplex.Sample
Suplex Sample Consumer App
This example uses a simple WinForms app to demonstrate Suplex integration. The highlights are:
- NuGet references to Suplex.Security.Core and Suplex.Security.FileSystemDal.
- A FileWatcher to detect updates to the FileStore and dynamically reload security information.
- A combobox to simulate switching security context.
- An "Employees DataAccessLayer" (fake DAL to simulate data security paradigms)
- Full source here: Suplex.Sample