issues
search
doma-engineering
/
do-auth
Fast, lean and reliable authentication server based on verifiable credentials standard
6
stars
2
forks
source link
Public invite endpoint
#3
Open
cognivore
opened
3 years ago
cognivore
commented
3 years ago
Why?
Need in frictionless on-boarding of the early adopters
Invite-only system is good for maintaining the scale, inappropriate early on
How?
[x] Expose root invite that is generated in
Populate
module via API endpoint
[ ] Port rate limiter from
contact_form
to prevent invite draining
[ ] Add tests, including a test of rate limiting
[ ] #19
To consider
Where to draw the line of scale? 10 users? 100 users? 1000 users?
How to regenerate (or add new) root invite if we are to decide that we need more "frictionless" seats.
Why?
How?
Populate
module via API endpointTo consider