-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current share function implementation:
- Combine Resources, Policies and Context as JSON String
- Compress and encode to base64 string to reduce length using
lzstring
- Adding the content as query param and load it on page loading/mounting
Advantages
- No expiration
- Stateless
Disadvantages
- Very long URL
- Could not be send as via tools like Slack
Find a way to somehow shorten the URL and improve the UX
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request