Skip to content
Advertisement

Tag: authentication

Laravel/Angular “Password Expired” auth flow

I am using Laravel 7.* for my API and Angular 9 for my frontend. I am having trouble figuring out how to handle Password Expiration responses from my api. My current auth workflow is this: Angular POST /login request to API with an expired password API receives POST request, authenticates the credentials. If authenticated, API checks to see if the

Laravel Custom Admin Login is not working

I have been developing a Laravel Auth system where there is a admin panel I had to create a custom admin authentication system. After after going through all the steps the login system is not working. After submitting the login form it redirect me to the same login page again instead of redirecting to the dashboard page. I am giving

Advertisement