neuralqa icon indicating copy to clipboard operation
neuralqa copied to clipboard

Endpoint Access Control

Open victordibia opened this issue 5 years ago • 0 comments

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/

victordibia avatar Jul 31 '20 22:07 victordibia