0
portx-dev created
I am developing a web application with (UI type**: Angular) in ABP. There is a requirement to call server-side APIs to obtain and display necessary information (for example, the unit name of an organization, etc.) on a specific web page without login. Is there any best practice for achieving this requirement while maintaining security?
- ABP Framework version: Commercial 7.2
- UI type: Angular
- DB provider: EF Core
1 Answer(s)
-
0
hi
There is no best practice for anonymous API calls.
Do not return any sensitive data, as it is allowed to call anonymously.