Using Laravel signed route to secure the user calendar #119
Unanswered
martinsnajdr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
is it a "good" idea to use signed route generation (
URL::signedRoute
) to secure a route/controller that streams the calendar? I would like to give my users chance to copy their calendar URL to calendar apps, but of course the calendars are private. Signed routes seem to be a way to go, but it's the first time I'm using them, so I'm not entirely sure it's completely secure.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions