TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What Back End Framework with User Management Is Your Favorite?

2 pointsby rsmetsalmost 4 years ago
I am curious what backend framework you would choose to run with for prototyping an application with run of the mill user management requirements. That is functionality along the lines of: session management, password policies, password reset, user verifications, etc.<p>Sadly it seems there really are not any frameworks that have user management natively supported. The only one I am aware of is [Parse Server](https:&#x2F;&#x2F;github.com&#x2F;parse-community&#x2F;parse-server), however it is now somewhat dated and the community seems to be diminishing.<p>I am also aware there are many libraries that handle this sort of thing which can be added to a more vanilla framework. If no framework comes to mind I am curious what are your favorite libraries for said use case? Any language works.<p>Lastly, more generically, what tools &#x2F; frameworks &#x2F; libraries &#x2F; solutions did you use in the last web app you made to facilitate not having to recreate the mundane aspects of user management?<p>Thanks for your input!

1 comment

readonthegoappalmost 4 years ago
I keep looking at saas Pegasus as the least hateable option for me