Recent Activity
Here's what @jabir has been up to this past year
-
Anniversary Thanks for being an Acocasts member for 1 year
-
Replied to Anytime!!I'm fairly certain the browser displays the popup before...
No worries, Thanks a lot Tom.
-
Replied to Hi jabir!This is a native browser behavior when forms are submitted...
Hi Tom,
Thanks for the detailed response!
1. I was specifically referring to cases where a user enters an incorrect email or password. Typically, browsers don't display a popup for such scenarios. I initially thought this might be due to the POST login endpoint returning a non-error HTTP response code (302). However, I checked the Laravel Forge site, which uses Inertia, and noticed that no popup appears when incorrect credentials are submitted even though the response code is 302.
2. I was navigating using the browser's back button. I suppose I'll just have to live with it. -
Commented on post Logging In Users & Displaying Exceptions
Hi Tom,
1) Is it possible to prevent the browser from displaying the "Save Password" popup when invalid credentials are submitted?
2) When long-lived alerts for invalid credentials are displayed, they persist even after navigating to another page (e.g., the "Forgot Password" route) and returning. How can this issue be resolved? -
Completed lesson Logging In An Existing User
-
Completed lesson Checking For and Populating an Authenticated User
-
Completed lesson AdonisJS User Role Authentication in 15 Minutes
-
Completed lesson Creating A Toast Message Manager
-
Completed lesson Listing the User's Organizations
-
Completed lesson Setting & Loading the User's Active Organization
-
Completed lesson Typing Lucid Models in Inertia with DTOs
-
Completed lesson Logging In Users & Displaying Exceptions
-
Completed lesson Onboarding Newly Registered Users
-
Completed lesson Logging Out Users
-
Completed lesson Splitting Our Routes Between Auth & Web
-
Completed lesson User Registration with InertiaJS
-
Completed lesson Creating & Using Bouncer Policies
-
Completed lesson AdonisJS 6 Session Authentication in 15 Minutes
-
Completed lesson Cross-Site Request Forgery (CSRF) Protection in InertiaJS
-
Completed lesson Creating A FormInput Vue Component
-
Completed lesson The useForm Helper
-
Completed lesson Form Validation & Displaying Errors
-
Completed lesson Inertia Form Basics
-
Completed lesson Understanding Our Database Schema
-
Completed lesson What Are Some of Inertia's Limitations