i'm new to Laravel and haven't worked out every detail of how it works though I'm looking for some help to implement an authentication workflow where a user can register without setting a password. Once the user clicks to verify their email they will be shown the setup password page where they can enter a nominated password for that account.
Currently I'm using the default authentication workflow from Laravel, minus the password fields and have setup a middleware to check if password has been set and if not redirect to the setup password page. Instead of doing this it's redirecting me to the login page.
I can't find any help or articles out there relating to this workflow, if anyone can help or provide redirections that would be much appreciated.