I am designing some part of system in Laravel 5. It is expected to behavior as described below.
- User gets unique url. It could be provided in email, but that will not matter.
- He clicks it, and gets logged in with some temporary token (for a session lifetime), that gives him possibility to access all the urls in allowed route group, ex.
account/*
, but if he wants to reach other restricted urls, then he is asked to authorize with his username/password. - If he is already authorized, token login makes no effect for him.
My question is about possibility to do something like that in Laravel out of box. I know there are some middleware services, but I'm not sure if default Guard behavior will not need to be changed to work as I expect. I used to work with Symfony before, and there it is solved by firewalls by default, so maybe also in Laravel there is prebuilt solution?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire