In the documentation it is mentioned that I don't ...
# support-questions-legacy
s
In the documentation it is mentioned that I don't need to pass any providers if I don't want to use any.
Copy code
Note: If you only want to use email and password, you do not have to pass any providers in the config. If you only want to use ThirdParty providers, you can set `disableEmailPassword` in the config to `true`. In that case you must pass at least 1 provider.