Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 399 Bytes

Fastlogin

Simple login system using telegram bot.

login image

Usage

Remember to set up config file before use it.

define('BOT_TOKEN', 'bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11');
$userList = [
	'username' => '01234567'
];

Submit username then check your telegram chat to see access code.

The access code remains valid only 30 seconds.