This endpoint checks if the link is valid and returns community details if that's the case. Currently, link expiration is not checked. Avatars will be returned in the future, after their API stabilizes.
Depends on D7519
Paths
| Differential D7521 Authored by tomek on Apr 19 2023, 5:03 AM.
Details Summary This endpoint checks if the link is valid and returns community details if that's the case. Currently, link expiration is not checked. Avatars will be returned in the future, after their API stabilizes. Depends on D7519 Test Plan Call the endpoint from the client and check if it returns correct value for links that are valid, invalid and that points to a community to which a user already belongs.
Diff Detail
Event TimelineHerald added subscribers: atul, ashoat. · View Herald TranscriptApr 19 2023, 5:03 AM2023-04-19 05:03:56 (UTC-7) tomek edited the summary of this revision. (Show Details)Apr 19 2023, 5:04 AM2023-04-19 05:04:32 (UTC-7) Harbormaster completed remote builds in B18500: Diff 25336.Apr 19 2023, 5:22 AM2023-04-19 05:22:20 (UTC-7) This revision is now accepted and ready to land.Apr 19 2023, 7:02 AM2023-04-19 07:02:50 (UTC-7) Harbormaster completed remote builds in B18609: Diff 25486.Apr 21 2023, 2:37 AM2023-04-21 02:37:09 (UTC-7) Closed by commit rCOMMcaccb2336cfa: [keyserver] Create an endpoint that can be used to validate an invite link (authored by tomek). · Explain WhyApr 27 2023, 7:15 AM2023-04-27 07:15:31 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25837 keyserver/src/endpoints.js
keyserver/src/fetchers/link-fetchers.js
keyserver/src/responders/link-responders.js
lib/types/endpoints.js
lib/types/link-types.js
|