Open plutov opened 2 months ago
Hi plutov, I would love to implement this feature. Can you kindly elaborate on what is exactly needed with more details?
Thanks!
@plutov i can work on this. Please mention by username if @Rathish-Rajendran didn't pick it up.
@plutov can you kindly elaborate on this feature?
Sure, there is an admin console to manage surveys and see the responses, it is already protected by simple basic http auth, but API endpoints are not. My idea is to have JWT-based authentication there.
can I be assigned this @plutov? you want a security enhancement to the application by adding JWT-based authentication to the API endpoints.
@Ibukun-tech sure
There are 2 types of API routes:
/app
/surveys
While public one can be open, the private is better to be protected as it can be used to manage the surveys.
Proposal: