adonis-api-app icon indicating copy to clipboard operation
adonis-api-app copied to clipboard

AdonisJS 4 - Boilerplate for API server with pre-configured JWT

Results 10 adonis-api-app issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@adonisjs/ace&from_version=5.1.0&to_version=6.0.0&pr_id=440878f3-6b5d-4d4f-8e92-1ab234026e5e&visibility=true&has_feature_flag=false) #### 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

triage

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...

triage

#### 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...

triage