Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincent15000's avatar

Signed URL and VueJS frontend

Hello,

Backend : Laravel

Frontend : VueJS

I have this problem.

Guests can answer to some quizzes (without being registered / connected to the application).

Those guests have to be able to access to their results and only their own results.

I wanted to generate a signed URL to allow this access, but a signed URL is a backend signed route. How is it possible to use / generate a signed URL usable from the frontend ?

Is it another way to do that ? Sure I have thought about a simple route, but it wouldn't be protected.

And the aim is that this route can be used from the VueJS frontend.

Thanks for your help.

V

0 likes
1 reply
vincent15000's avatar
vincent15000
OP
Best Answer
Level 63

I have found a solution. As the signature is added as a URL parameter, I can generate a front URL with the right parameters and the frontend just has to call the right back URL with the signature to retrieve the datas.

Please or to participate in this conversation.