DataPortal Security #3284
Replies: 1 comment 2 replies
-
If you are using the HttpProxy the server is a standard ASP.NET Core service endpoint, and so you should be able to use any techniques you'd normally use to secure an ASP.NET Core service endpoint. That might require subclassing the default The only "difference" is that you'll do this security code in an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are about to embark on a new blazor wasm project and the topic of security came up. Before choosing CSLA for this project, our team needed more information about locking down the DataPortal. I found this article https://blog.dotnotstandard.com/blog/csla-data-portal-security but it does not include any insight on using best practices like session management, refresh tokens, and such as when doing WebAPI development. So, the question is how do others handle DataPortal security and are there any code examples anywhere?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions