xtrime-ru / TelegramApiServer

Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
https://tg.i-c-a.su
MIT License
534 stars 120 forks source link

Feature Request : APIKEY for more secure #106

Open Zxce3 opened 1 year ago

Zxce3 commented 1 year ago

hey how about using KEY for API to make it more secure to access?

xtrime-ru commented 1 year ago

Hi! Thanks for feedback. Currently have no time for new features :( But pull requests are always welcomed!

Zxce3 commented 1 year ago

Oke, thanks

4n70w4 commented 1 year ago

use nginx or another web-server or load balancer for setup secure access for any service.

https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/

Zxce3 commented 1 year ago

use nginx or another web-server or load balancer for setup secure access for any service.

https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/

Yes, i use nginx too