Skip to content

Resolve "generate UUIDs for unique user and each call to backend"

32 random digits generated for each call from the extension using UUID NPM package and then it will be sent to rest-api as parameter called uuid, so rest api should also extract this parameter

http://demo.nunet.io:7006/get_score?url=https://www.bbc.com/&uuid=fdc270cd-b032-4ed8-98e3-759b298c62a9

Closes #44 (closed)

Merge request reports