🔰 Tutorial to integrate social login (GitHub OAuth) with Strapi v5 (backend) and Nuxt.js v3/4 (frontend), including examples and clear steps.
🔗 Section | Description |
---|---|
Backend (Strapi) | CMS setup and endpoints |
Frontend (Nuxt.js) | Interface, login and OAuth flow |
- Strapi v5
- Nuxt.js v3/4
- TypeScript
- Node.js
- How to configure Strapi for social login
- How to integrate OAuth with GitHub
- How to connect Nuxt.js and Strapi
- How to adapt for other providers
📁 strapi-nuxt-auth
│
├── 📁 backend # Strapi v5
└── 📁 frontend # Nuxt.js v3/4
- Node.js and npm
- GitHub account
- Basic knowledge of Vue and REST
⚖️ MIT License