-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API authentication, add users to replace basic auth #18
Comments
Hi plutov, 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? |
@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:
The text was updated successfully, but these errors were encountered: