Create you first user

In this step we are going to register your first user

You can register from dashboard https://feathersjs-mongoose-casl-admin.herokuapp.com/ swagger http://localhost:3030/docs postman

Run in Postman

Run your server

Create user

POST http://localhost:3030/users

Request Body

Name
Type
Description

password

string

password1234

email

string

MyEmail@gmail.com

Postman snippet

Response

verifiedRequired is true, you can't login to app yet, if you try to login the server will return error with message: "User's email is not yet verified."

You can try to login to dashboard:

Didn't receive any email?

Want to resend the email?

Postman snippet

Last updated

Was this helpful?