delphimvcframework/samples/CustomRoleAuth
2017-05-16 18:34:47 +02:00
..
CustomRoleAuthClient.dpr Implemented initial version of a role based auth handler. See sample for usage. 2017-05-12 12:48:44 +02:00
CustomRoleAuthClient.dproj Implemented initial version of a role based auth handler. See sample for usage. 2017-05-12 12:48:44 +02:00
CustomRoleAuthGroup.groupproj Implemented initial version of a role based auth handler. See sample for usage. 2017-05-12 12:48:44 +02:00
CustomRoleAuthServer.dpr Removed old version of RoleBasedAuthHandler and minor cleanup in sample project 2017-05-15 10:35:37 +02:00
CustomRoleAuthServer.dproj Removed old version of RoleBasedAuthHandler and minor cleanup in sample project 2017-05-15 10:35:37 +02:00
MainClientFormU.dfm Added functionality to allow the definition of OR connected Roles 2017-05-16 18:34:47 +02:00
MainClientFormU.pas Added functionality to allow the definition of OR connected Roles 2017-05-16 18:34:47 +02:00
MyWebModuleU.dfm Implemented initial version of a role based auth handler. See sample for usage. 2017-05-12 12:48:44 +02:00
MyWebModuleU.pas Added feature to add dynamic roles that can resolve request parameters. e.g. [MVCRequiresRole('($branch):read:customers')] on a controller that supplies the GET /branch/EUROPE/customers resource. 2017-05-15 14:58:13 +02:00
PrivateControllerU.pas Added functionality to allow the definition of OR connected Roles 2017-05-16 18:34:47 +02:00
RoleAuthHandlerU.pas Added functionality to allow the definition of OR connected Roles 2017-05-16 18:34:47 +02:00