Check it out at: raspbauth.com
(currently out of service)
raspbauth is a raspberry-pi, IoT technology,
for
Time-Based One-Time Password (TOTP) authentication
developed by
Ioannis Tsirozidis
raspbauth.com
|
work.raspbauth.com
|
- username
- plainpassword
- hashedpassword
- otp
- session_status
sudo apt install cloudflared
cloudflared tunnel login
cloudflared tunnel create TUNNELNAME
cloudflared tunnel route dns TUNNELNAME DOMAINNAME
cloudflared tunnel run --url localhost:PORT TUNNELNAME
sudo nano /etc/apache2/sites-available/000-default.conf
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
RedirectMatch ^/$ /root.html
sudo systemctl restart apache2
heartbeat.php |
auth.php |
otp.js |
raspbauth.com
|
register
|
otp generator
|
work.raspbauth.com
|
host page
|