All Collections
Working with Cloud Code
How do I enforce registration vs login?
How do I enforce registration vs login?

Where do I put my signup defaults and rewards?

Paul Winterhalder avatar
Written by Paul Winterhalder
Updated over a week ago

Using a Cloud Code script, you can write a method that will reject attempts of a user to register with an existing account whenever authenticate is called, and offer a location to place your apps first time signup logic. Check out the example here

New to Authentication? Check out our API Reference.

New to Cloud Code? Check out our Cloud Code Tutorials.

Did this answer your question?