thedevs-network / kutt

Free Modern URL Shortener.
https://kutt.it
MIT License
8.48k stars 1.11k forks source link

JWT Authentication Support #764

Closed billyjbryant closed 1 month ago

billyjbryant commented 1 month ago

I would be interested to see JWT authentication support to allow putting Kutt behind an authenticated proxy that can pass in JWTs for authentication into Kutt. The ideal implementation would be able to pull the user information from the JWT in order to create an account in the local database and then allow a user to authenticate in via this method. Is alternative form of auth (other than plain username/password) on the roadmap at all?

billyjbryant commented 1 month ago

N/m, I see this was added in v3 using Passport! :)