Catégories
JavaScript Vue.js

Nuxt.js + Adonis.js / Chapitre 06 : Authentification avec adonis.js et nuxt.js

Dans ce nouveau chapitre nous allons aborder la partie authentification de notre application. Nous y verrons comment s’enregistrer sur notre site Meet The Coders, comment se connecter, comment se déconnecter et nous mettrons également en place un début de page profil protégé par l’authentification. Nous verrons donc deux aspects, l’authentification avec adonis.js et l’authentification avec…