nodeSolidServer / nodeSolidServer/node-solid-server

Feature Request: Invite System for User Registration

Open
#1,810 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

Description:

I’d like to propose adding an invite-based registration system to Node Solid Server (NSS). This would be especially useful for small instances with limited resources, allowing admins to manage their user base more efficiently.

Why This Matters
  • Resource Management: Small instances often have limited bandwidth, storage, or processing power. An invite system helps control user growth to match available resources.
  • Spam Prevention: Open registration can attract spam accounts, which can be costly to moderate. An invite system ensures that new users are vetted.
  • Community Building: Some deployments may prefer a curated user base, inviting only trusted individuals to maintain a specific ecosystem.
Proposed Implementation
  • Admins can generate invite codes via a command-line tool or admin panel.
  • Option to set invite limits (e.g., single-use, multi-use, or time-limited).
  • Invite-based signups would work alongside existing registration methods (configurable in settings).

Would love to hear thoughts on feasibility and whether others would find this useful. Let me know if there’s interest, and I’d be happy to explore potential approaches!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the existing registration flow and configuration, then determine how an admin panel or command-line tool could generate single-use, multi-use, or time-limited invites alongside current registration methods. Done means the scope and configuration behavior are defined and covered by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
authentication
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.