You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no built-in way to work with a SPA or Inertiajs. At least not yet.
However, if you check the OtpRoutes::register() method and redirectToOtpPage method, you will see that I use some Laravel controller actions, route definitions and middleware to make this package work.
Depending on your requirements, you can register your own routes, controllers and middleware to return different views (inertia views in this case), use different storage for the token (if you go stateless, probably your app state) etc.
Hi,
I recently move to use vue for front-end with Inertia. is there anyway that I can use this? for instance by overriding method which call view ?
The text was updated successfully, but these errors were encountered: