adonis-api-app
adonis-api-app copied to clipboard
AdonisJS 4 - Boilerplate for API server with pre-configured JWT
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
3 outdated packages with high risk persist at the moment
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
My auth.js looks like ``` 'use strict' /** @type {import('@adonisjs/framework/src/Env')} */ const Env = use('Env') module.exports = { /* |-------------------------------------------------------------------------- | Authenticator |-------------------------------------------------------------------------- | | Authentication is a combination of...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/romainlanz/test/github/18eec06f-52d9-481e-afbc-f46b08612563/master..snyk-fix-3cd7fd800eed63d549d9d0682cdf42b5) for more details. #### Snyk Project: [adonisjs/adonis-api-app:package.json](https://app.snyk.io/org/romainlanz/project/18eec06f-52d9-481e-afbc-f46b08612563) ####...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/romainlanz/test/github/18eec06f-52d9-481e-afbc-f46b08612563/master..snyk-fix-fe861f95690268c6b1f3a0b87ca6f143) for more details. #### Snyk Project: [adonisjs/adonis-api-app:package.json](https://app.snyk.io/org/romainlanz/project/18eec06f-52d9-481e-afbc-f46b08612563) ####...
Currently when I try to delete user I get error: ``` ERROR: update or delete on table "users" violates foreign key constraint "tokens_user_id_foreign" on table "tokens" ``` I usually modify...