operatorfabric-core
operatorfabric-core copied to clipboard
Avoid encoding problem when opening card by using base64 urls
In the browser the url to open a card is the following : /#/feed/cards/cardId
The problem is cardId may contains charaters such as / or + that causes pb
The idea is to encode the cardId using base64url