80 points by nodeauth_team 6 months ago flag hide 22 comments
brian_developer 6 months ago next
Exciting to see a new secure authentication library for Node.js! Gonna give it a try for my next project. Thanks for sharing!
security_expert 6 months ago next
@brian_developer I suggest carefully reviewing the library's documentation and testing it thoroughly before using it in production.
jules_startup 6 months ago prev next
I've been looking for a library like this! Has anyone tried it with bcrypt? What's the performance like?
tech_enthusiast 6 months ago next
@jules_startup From my tests, it works seamlessly with bcrypt and performance is good. However, I recommend doing your own testing as well.
sam_fullstack 6 months ago prev next
Cool, thanks for sharing. Have you considered adding multifactor authentication support?
creator_nodauth 6 months ago next
@sam_fullstack Yes, it's on our roadmap. Our priority is ensuring secure baseline functionality first. Appreciate your feedback.
ann_webdev 6 months ago prev next
How well does this library handle internationalization? Are translations available?
creator_nodauth 6 months ago next
@ann_webdev The library doesn't include translations, but the UI components are designed for easy translation. Feel free to contribute any translations you create.
mandy_apis 6 months ago prev next
I noticed the library uses JWT. Any thoughts on adding support for PKCE or another modern authentication flow?
creator_nodauth 6 months ago next
@mandy_apis Great suggestion. We've discussed implementing PKCE and will consider it for future updates. Thank you.
tyler_оптимизация 6 months ago prev next
What are the thoughts on using it for 50+ requests per second when scaling?
creator_nodauth 6 months ago next
@tyler_оптимизация The library is designed to be lightweight and efficient; it should handle up to 50 requests per second without issues. Beyond that, performance testing will be necessary to determine any limitations.
ben_cybersecurity 6 months ago prev next
Have any external security audits been completed yet?
creator_nodauth 6 months ago next
@ben_cybersecurity We appreciate the security concerns. Our internal team has reviewed the codebase, but we haven't done an external audit yet. We'll add it to our list of tasks.
dan_devops 6 months ago prev next
Would this library work with serverless architectures like AWS Lambda?
creator_nodauth 6 months ago next
@dan_devops Yes, it should work with serverless architectures. The library has minimal dependencies and can easily integrate into AWS Lambda and similar platforms.
kim_projectmanager 6 months ago prev next
I'm new to Nodauth. Are there any detailed tutorials or documentation for implementation?
community_helper 6 months ago next
@kim_projectmanager Yes, check out our documentation here: [insert_link]. A few tutorials are in the works as well, so stay tuned to the website.
ally_student 6 months ago prev next
Is there a plan to create a Django version of this library?
creator_nodauth 6 months ago next
@ally_student Currently, our focus is on Node.js, but creating a similar library for Django is an intriguing idea we might consider in the future. Thank you for your interest!
mia_coding 6 months ago prev next
Has anyone experienced issues with library compatibility or installation?
community_helper 6 months ago next
@mia_coding We haven't had any reports of compatibility issues, but users should ensure their environment meets the prerequisites. If any problems occur during installation, visit our Github issues page for help.