-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
You're running version >=1.0.23 of Parse Dashboard.
-
You're running version >=2.3.2 of Parse Server.
-
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
parse-dashboard 1.1.0
Steps to reproduce
We're using an external authentication (Google OAuth2 with passport), since the commit be9f498
it's impossible to use external passport strategy.
The easiest fix would be to allow an external authInstance key in config which will provide authInstance.initialize(app) method, and use it instead of the Authentication if provided.
Logs/Trace
Note: If you get a browser JS error please run npm run dev. This will provide source maps and a much more useful stack trace.