We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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.
The text was updated successfully, but these errors were encountered: