Hi. I want some of my app users to sign in for some pages without sign up. To do this I want to use a specifica link in email for user. Is there a way to do that with laravel passport ?
@vixo thank you.. It seems like it's for my case but I couldn't understand from doc. Can I use it with laravel passport. I don't want to break laravel passport structure.
Can you describe what you exactly want to do ? What the whole idea has to do with passport ? You are trying to give access to your app users without signup does not really make sense to me, unless they are guests and that's what you mean.
I don't see this conflicts with passport, you can either provide links to a user and get them logged in automatically without filling their username and password
@vixo I have several user roles and I want some roles can reach without sign-up. Some users already must authanticate with password grant. I will try it. Thank you.