phalcon api end point has been hacked #15886
EhsanJamshidi
started this conversation in
General
Replies: 1 comment
-
Start with your saving process. Check if all the input is sanitized, also check where you store the credentials for the API. Also check how often you invalidate the credentials i.e if you use a token based approach you need to invalidate the token preferably as soon as the request is done so that the next request can get a new token. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I built an API, after a while a person claimed he hacked the API endpoint and found a bug in the saving process of the user model.
any idea where should I start to look.
Beta Was this translation helpful? Give feedback.
All reactions