Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register response #51

Open
ragavendra opened this issue Jun 14, 2024 · 0 comments
Open

Register response #51

ragavendra opened this issue Jun 14, 2024 · 0 comments

Comments

@ragavendra
Copy link

First of all, thanks for this valuable repository.

When I register I am getting back the same json form I sent in request like below.

{
  "expiresIn": "3600",
  "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNzE4MzI5OTczLCJleHAiOjE3MTgzMzM1NzN9.KUqmUSbb-2rRUm1sa4JZCKsJ-Fau7x5EBUVXu63PUIQ",
  "user": {
    "email": "[email protected]",
    "firstName": "First",
    "lastName": "Last",
    "password": "Cred)1",
    "passwordConfirmation": "Cred)1",
    "id": 1
  }
}

I can send a PR for it, if required?

Also, most or all of the commands for migrations have typo, they should simply be like below for local. Not sure for docker though.

$ yarn migration:create -n {CreateTableUsers}
$ yarn migration:run
$ yarn migration:revert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant