adonisjs / v6-docs

Documentation website for AdonisJS v6
38 stars 53 forks source link

Ally setup command with multiple `--providers` is not working #82

Open McSneaky opened 2 months ago

McSneaky commented 2 months ago

Following documentation about adding Github and Google providers: https://docs.adonisjs.com/guides/social-auth image

I get error about invalid social provider:

[ error ] Invalid social provider "github,google"
[ error ] Unable to configure @adonisjs/ally

image