DEV Community

Discussion on: What authentication libraries do you use?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

To add, I cannot use Passport.js, as I am not using Express.js. I am using Fastify.

I can use Auth0 + JWT, but there is still too much work to do, as it is not officially supported.

I normally use Firebase + Firebase-admin, but I recently failed to make it work in JVM environment (Kotlin). (Another language I am considering is Golang.)

My solution is actually a custom handler, though. I cannot really see why I would use Permit. But Grant does look full featured, and I might consider... But then again, I might not use TS/JS/Node.js. (Nor do Spring Boot / Flask / Django)