Package org.restheart.signup
package org.restheart.signup
-
ClassesClassDescriptionVerifies a registered user It assumes that the user collection is 'restheart.users', the roles property is 'roles' and the id of the user is "_id" (the default configuration values of mongoRealAuthenticator)whan an unauthenticated client creates a user user document, this interceptor adds the verification code and sets the roles to UNVERIFIED it also forbids the client to update an existing document it assumes that the user collection is 'users' and the roles property is 'roles' (the default configuration values of mongoRealAuthenticator)