-
Notifications
You must be signed in to change notification settings - Fork 51
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
OOB invitations #885
OOB invitations #885
Conversation
Deployment URLs ready for review. |
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
This reverts commit 321d291. Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
c42aea3
to
ede01ba
Compare
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
The failing tests were probably a bit to fragile. Changing the table columns would make them fail. Could just remove the failing test or update it with the expected column value. |
@jamshale yeah sorry had that fixed (forgot to push) but got sidetracked with other PRs and hadn't requests a review on this one yet. |
...ices/tenant-ui/frontend/src/components/connections/createConnection/CreateConnectionForm.vue
Show resolved
Hide resolved
services/tenant-ui/frontend/test/components/connections/Invitations.test.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
Allow choice between OOB connection type and connections/1.0 for creating an invitation.
Supports simple invitation protocol, can consider expanding to more complex handshake procotol stuff in the future but that would be best with a URL shortening plan (QR code definitely could have issues)