vitalseeds / vs-data-api

Fast API endpoints to expose vs-data actions for to run from Filemaker
MIT License
0 stars 0 forks source link

Basic Auth #66

Open tombola opened 5 months ago

tombola commented 5 months ago

Simplest way to secure the API endpoints and docs probably to use basic Auth and supply credentials matching user config defined.

https://fastapi.tiangolo.com/advanced/security/http-basic-auth/

tombola commented 5 months ago

Commit https://github.com/vitalseeds/vs-data-api/commit/be95b837b494043cf6437460b5c52ceeafe327ba added https which will support this.