nicolaslopezj / meteor-apollo-accounts

Meteor accounts in GraphQL
MIT License
145 stars 35 forks source link

Possible to not expose createUser to client? #92

Open acomito opened 5 years ago

acomito commented 5 years ago

Similar question to this guy: https://github.com/orionsoft/meteor-apollo-accounts/issues/83

I have an app where I don't want just anyone to be able to signup-- the admin adds users through the dashboard. The chances somebody tries to do this through graphiql are slim, but what precautions can I can in meteor or on the client to avoid this?

RobertLowe commented 5 years ago

See https://github.com/orionsoft/meteor-apollo-accounts/issues/83#issuecomment-483097201