Symfony 5 API E3 Authentication Setup

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • Next Episode - E4: 26.03.2021
    E1 - Project Setup
    E2 - Vuex Intro
    E3 - Authentication Setup
    E4 - Register
    E5 - Login
    E6 - Logout
    Follow along and use the Github repo as reference:
    Github repo: github.com/Ker...
    If you have any questions, please ask in the comments and I'll answer as soon as possible.
    Thank you for watching and subscribe for more videos.
    Applications:
    Visual Studio Code (code editor) - code.visualstu... (free)
    Postico (database visualisation) - eggerapps.at/p... (free)
    Intro music: AnaCaptainslogue - Noir Et Blanc Vie
    Outro music: Beyond - Patrick Patrikios

Комментарии • 1

  • @Controvi
    @Controvi 3 года назад

    Hey there,
    I wanted to come back here as I noticed a small issue with the VUEJS DevTools.
    The way you are authenticating the on load of the page causes some issues with the devtools.
    I don't know the specifics about the issue but when loading the createapp inside a ".then" it will stop working on refresh.
    You will have to delete all cookies and cache to get it working again.
    If you have a solution to it that would be awesome.
    Currently don't know how to fix it yet.