javascript - How to make Google Authentication only available option in Meteor -
i creating app in meteor , added packages in order allow users log in.
$ meteor add accounts-password accounts-ui accounts-google then i've put {{> loginbuttons}} in right place , configured google api works well.
but users can both: login via google , create new account inside app. how turn off second feature? in other words want make authenticating via google available way of logging in.
did try removing accounts-password ?
meteor remove accounts-password
Comments
Post a Comment