neuralqa
neuralqa copied to clipboard
Endpoint Access Control
Currently, there are no in built security check to manage access to the neuralqa rest end point. On the minimum, we want to enable/disable open access to the rest endpoint when we launch the ui.
- [ ] Implement accesscontrol (e.g. apikey or uname/pass etc) for calls to the endpoints
- [ ] find a clean way to enable just the frontned ui component authenticate
Resources
- https://jwt.io/introduction/
- Explore some of the Fastapi abstractions for this https://fastapi.tiangolo.com/tutorial/security/first-steps/