Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pierreb-devkit
/
Node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
10
Star
20
Code
Issues
32
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(auth): invite-only / capped signup gate
- #3715
#3715
Merged
PierreBrisorgueil
merged 15 commits into
master
pierreb-devkit/Node:master
from
feat/invite-only-signup-gate
pierreb-devkit/Node:feat/invite-only-signup-gate
Copy head branch name to clipboard
May 28, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat(auth): invite-only / capped signup gate
#3715
PierreBrisorgueil
merged 15 commits into
master
pierreb-devkit/Node:master
from
feat/invite-only-signup-gate
pierreb-devkit/Node:feat/invite-only-signup-gate
Copy head branch name to clipboard
Commits
Commits on May 28, 2026
feat(users): add exact count() for signup cap enforcement
PierreBrisorgueil
committed
bdc679e
View commit details
Copy full SHA for bdc679e
Browse repository at this point
feat(auth): scaffold signup invitation model, schema, and CASL policy
PierreBrisorgueil
committed
9cd352f
View commit details
Copy full SHA for 9cd352f
Browse repository at this point
fix(auth): drop duplicate token unique index on Invitation (keep explicit index)
PierreBrisorgueil
committed
f213b52
View commit details
Copy full SHA for f213b52
Browse repository at this point
feat(auth): invitation repository + service (token gen, validation, consume)
PierreBrisorgueil
committed
cc82613
View commit details
Copy full SHA for cc82613
Browse repository at this point
feat(auth): admin invitation CRUD + public verify endpoint + email template
PierreBrisorgueil
committed
16cac79
View commit details
Copy full SHA for 16cac79
Browse repository at this point
fix(auth): inline invitation routes into auth.routes (single reg, before :strategy wildcard)
Show description for c1f6c1d
PierreBrisorgueil
committed
c1f6c1d
View commit details
Copy full SHA for c1f6c1d
Browse repository at this point
feat(auth): gate local signup by cap + invite token, consume on success
Show description for 52406ee
PierreBrisorgueil
committed
52406ee
View commit details
Copy full SHA for 52406ee
Browse repository at this point
feat(auth): gate OAuth signup by cap + email-matched invite, consume on success
PierreBrisorgueil
committed
290b91f
View commit details
Copy full SHA for 290b91f
Browse repository at this point
docs(auth): document signup access control (cap + invitations) in README + OpenAPI
PierreBrisorgueil
committed
edbc2de
View commit details
Copy full SHA for edbc2de
Browse repository at this point
chore(auth): verify fixups for invitation signup gate
Show description for 3c45aca
PierreBrisorgueil
committed
3c45aca
View commit details
Copy full SHA for 3c45aca
Browse repository at this point
fix(auth): enforce invite email-pin on no-email signup; hide token from admin list
PierreBrisorgueil
committed
5ba9358
View commit details
Copy full SHA for 5ba9358
Browse repository at this point
fix(auth): address CodeRabbit/Copilot review findings on invite gate
Show description for 4fd1edc
PierreBrisorgueil
committed
4fd1edc
View commit details
Copy full SHA for 4fd1edc
Browse repository at this point
fix(auth): canonicalize invited signup email to invite (single-use under concurrent case-variants)
PierreBrisorgueil
committed
ec3de30
View commit details
Copy full SHA for ec3de30
Browse repository at this point
test(users): isolate count unit test from Organization model (deterministic CI)
Show description for 045a4d4
PierreBrisorgueil
committed
045a4d4
View commit details
Copy full SHA for 045a4d4
Browse repository at this point
fix(auth): require verified provider email before OAuth invite matching (gate bypass)
PierreBrisorgueil
committed
43abee0
View commit details
Copy full SHA for 43abee0
Browse repository at this point
You can’t perform that action at this time.