You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support both a service API key and end user authentication and authorization (Though the deployments should be separate just to reduce damage in the event of a critical security issue).
Middlewares for further checks on request parameters. E.g. banned tokens, pools and users
Optional rate limiting based on both origin I.P address and publicKey. This is particularly useful for publicly exposed custodial endpoints.
CORS support
The text was updated successfully, but these errors were encountered:
We should probably move to a framework that supports finer control over middleware. Echo suffices for now but may introduce a lot of boilerplate and repeated code.
The text was updated successfully, but these errors were encountered: