-
Notifications
You must be signed in to change notification settings - Fork 35
Add support for invite consumption via JSON #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
insert-user: remove nickname
@cryptix What's the difference between |
Oh, maybe I'm understanding now: is |
yes, consumed is after they supplied their ID.
I kept the HTML form in case people can't get the URIs to work with their clients and want to input the ID manually. Although I agree that it is advanced use, I'd still show the form if the handler isn't registered, together with a message that the ssb: handler isn't there. |
Oh, right, that's decent. I think I can make a separate page (just to declutter) for the form to input the |
@staltz do you want to do the re-styling on this or a new PR? otherwise I think this is ready for review and possibly merge. edit: possibly easier to review one patch at a time. |
@cryptix Separate PR. This one is ✔️ to merge :) |
x-www-form-urlencoded
updates #13
fixes #71