ccbikai / Sink

⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
https://sink.cool
GNU Affero General Public License v3.0
2.55k stars 1.18k forks source link

Feature Request: Add TOTP-based Login for Enhanced Security #18

Closed lainbo closed 3 months ago

lainbo commented 3 months ago

First, thanks to the author for their effort in creating sink.

I suggest adding Time-based One-Time Password (TOTP) as an optional login method to enhance the security of user accounts.

Some of the better known short linking platforms have this feature, so I'm hoping that sink will support this.

  1. bitly - What is 2-factor authentication
  2. short.io - How to Enable 2-Factor Authentication
  3. Rebrandly - Two Factor Authentication (2FA)
ccbikai commented 3 months ago

Token is set to uuid, regularly modified, security is sufficient.

Will not introduce complex authentication for now

lainbo commented 3 months ago

Token is set to uuid, regularly modified, security is sufficient.

Will not introduce complex authentication for now

Thanks for your reply