core
core copied to clipboard
social auth multiple providers command doesn't work
Package version
Describe the bug
Error happens when executing next command (with output)
node ace add @adonisjs/ally --providers=google --providers=facebook --providers=apple
[ info ] Installing the package using the following command : npm add @adonisjs/ally
❯ Continue ? (Y/n) · true
[ wait ] package installed successfully ...
[ error ] Invalid social provider "google,facebook,apple"
[ error ] Unable to configure @adonisjs/ally
It is a first time I try to install social auth
Reproduction repo
No response