erichosick
06/27/2023, 1:50 AM/auth
path using JWT authorizers on an AWS HTTP API Gateway. Maybe I don't quite understand something.
I've setup Supertokens to run on an AWS HTTP API Gateway. We need to protect the /auth/signinup/code
endpoint so I attach the authorizer to that endpoint. When the frontend hits that endpoint we get a 401
which makes sense becuase we don't have the tokens yet.
How do we protect the /auth/signinup/code
endpoint so people can't just hit it and send random OTP emails to anyone?rp_st
06/27/2023, 4:35 AMerichosick
06/27/2023, 2:38 PMerichosick
06/27/2023, 2:41 PMrp_st
06/27/2023, 5:54 PM