Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Make password signin optional #25

Closed
christiansmith opened this issue Jun 3, 2014 · 2 comments
Closed

Make password signin optional #25

christiansmith opened this issue Jun 3, 2014 · 2 comments

Comments

@christiansmith
Copy link
Member

Some deployments may want to avoid password signups altogether. It should be possible to disable password signups by configuration, so long as at least one third party provider is configured.

@christiansmith
Copy link
Member Author

Password signin now needs to be configured as a provider: 8672813

// config.ENV.json
{
    // ...
   "providers": {
       "password": true,
       // ...
   }
}

This still requires some work on the endpoints to provide meaningful error responses when password auth isn't configured, and also to deny password registration unless configured.

@christiansmith
Copy link
Member Author

2c81908

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant