Authentication with Nuxt3 Application

Authentication with Nuxt3 Application

The Pragmatic Programmer

1 год назад

7,803 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Konick
Konick - 22.03.2023 21:02

Hi, Nice tutorial. Can you do a video with similar approach but without Nuxt3? Also, maybe an interface within the application where it is possible to create accounts use a menu like user management and see the users list and assign different roles ? Sending custom email using Azure B2C, Or From User Management tool make a force password request. I mean all in all about UserFlow/Custom Policy for a large scale or full fledged application.

Ответить
Music Promotion - No Copyright
Music Promotion - No Copyright - 08.01.2023 13:52

could you make video Authentication with nuxt-auth sidebase?

Ответить
twuncher
twuncher - 21.10.2022 20:30

Nice video, I have just implemented openid connect with an app I am developing with nuxt 3, the issue i initially was facing with msal is that it is client side, and could not have an authenticated user on first page load on the server, I had to use a middleware that picked out a html only cookie to just see if the user was logged in, then allow the silent login on the client side to followup.

Ответить