Base solution for your next web application

Activities of "atlas30"

Hi, We are trying to implement Asp.Net Boilerplate framework as database first but we are unable to integrate Abp Authorization. There are persmissions and authorization tables in our existing database Example: [AbpAuthorize("MENU_ITEM_MUAYENE")] We have added APPUSERROLE model İf in to ApbSession and we add this attribute above the method it should check within AbpSession.yetkiler and if the user has a corresponding authorization then the method should be allowed. We have tryed to set the AbpSessionand the AbpSession .UserId but no success and we are not sure if that is the right approach at the firs place. Also we encript/decript username and password is there any method within boilerplate for this or should we implement our own encription method?

Showing 1 to 1 of 1 entries