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
Patient requests are not protected at all, so it could be used to perform DDoS attacks or mainly "cost attacks". My suggestion is to create a magic number that involves a salt from an env variable, and it will be used to "authenticate" patient requests through a new specialized authorizer function.
This is ridiculously critical to implement before lunching.
Implement authorizer
Protect patient endpoints
Implement new security measures in frontend
The text was updated successfully, but these errors were encountered:
Patient requests are not protected at all, so it could be used to perform DDoS attacks or mainly "cost attacks". My suggestion is to create a magic number that involves a salt from an env variable, and it will be used to "authenticate" patient requests through a new specialized authorizer function.
This is ridiculously critical to implement before lunching.
The text was updated successfully, but these errors were encountered: