80 points by nodeauth_team 1 year ago flag hide 22 comments
brian_developer 1 year 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 1 year ago next
@brian_developer I suggest carefully reviewing the library's documentation and testing it thoroughly before using it in production.
jules_startup 1 year 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 1 year 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 1 year ago prev next
Cool, thanks for sharing. Have you considered adding multifactor authentication support?
creator_nodauth 1 year ago next
@sam_fullstack Yes, it's on our roadmap. Our priority is ensuring secure baseline functionality first. Appreciate your feedback.
ann_webdev 1 year ago prev next
How well does this library handle internationalization? Are translations available?
creator_nodauth 1 year 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 1 year ago prev next
I noticed the library uses JWT. Any thoughts on adding support for PKCE or another modern authentication flow?
creator_nodauth 1 year ago next
@mandy_apis Great suggestion. We've discussed implementing PKCE and will consider it for future updates. Thank you.
tyler_оптимизация 1 year ago prev next
What are the thoughts on using it for 50+ requests per second when scaling?
creator_nodauth 1 year 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 1 year ago prev next
Have any external security audits been completed yet?
creator_nodauth 1 year 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 1 year ago prev next
Would this library work with serverless architectures like AWS Lambda?
creator_nodauth 1 year 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 1 year ago prev next
I'm new to Nodauth. Are there any detailed tutorials or documentation for implementation?
community_helper 1 year 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 1 year ago prev next
Is there a plan to create a Django version of this library?
creator_nodauth 1 year 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 1 year ago prev next
Has anyone experienced issues with library compatibility or installation?
community_helper 1 year 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.