Refactor client configuration access: Remove direct access to sensitive admin config and local client-limits endpoint. Implement fetching of client limits via a secure public API. Update registration form to reflect changes and enhance user experience.
This commit is contained in:
parent
16db140bb6
commit
340dc22c20
4 changed files with 134 additions and 104 deletions
|
|
@ -214,3 +214,7 @@ async def api_export_transactions(
|
|||
)
|
||||
else:
|
||||
return {"transactions": transactions}
|
||||
|
||||
|
||||
# Removed local client-limits endpoint
|
||||
# Client should call admin extension's public endpoint directly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue