No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. twa
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 0

    twa

    @twa

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    twa Follow

    Latest posts made by twa

    • How to protect routes using store

      I am trying to protect routes based on store, but I can’t access store from routes. What is best practice to handle this?
      I see preFetch example use directly in components, should I follow this or I can do check in routes file?
      I create a sort of middleware that check meta in routes. But unfortunately I can’t access store from routes.
      Thanks

      posted in Help
      T
      twa
    • RE: Route guard with stored location

      Did you solve?

      posted in Help
      T
      twa
    • RE: How can i access the store from routes.ts using typescript

      Hi @kennyrafael thanks for this tip.

      Is this considered a best practice or there is a better way?

      posted in Help
      T
      twa
    • RE: Example of combining Laravel 8 and Quasar superpowers in separate repos

      @yolosan I have installed the laravel repo under a valet directory that can be accessed from laravel.test
      and the quasar repo is accessible under localhost:8080

      In .env I added:

      SANCTUM_STATEFUL_DOMAINS=localhost:8080
      SESSION_DOMAIN=laravel.test

      But I still get cors missing origin issue.

      Both repo are accessible separately, but login failed.

      What I am missing?

      Thanks

      posted in Useful Tips (NEW)
      T
      twa