Hacker News new | ask | show | jobs
by mmckelvy 606 days ago
Particularly in the AI assisted era, I'm not sure I understand why you wouldn't just roll your own auth. Learn it once, use it everywhere. Best practices are well documented and now incredibly accessible via your LLM of choice.
1 comments

Security features seem like the ONE thing you wouldn't want an LLM generating/hallucinating ...
You wouldn't just blindly implement what the LLM generates. You would use it more as an efficient way to go through all the necessary docs. From there you'd sanity check the recommendations and _then_ implement a solution, applying your judgment along the way.