@amplication/plugin-auth-jwt
Advanced tools
Comparing version 1.4.4 to 1.4.5-beta.pr-297.80f0b66
{ | ||
"name": "@amplication/plugin-auth-jwt", | ||
"version": "1.4.4", | ||
"version": "1.4.5-beta.pr-297.80f0b66", | ||
"description": "set jwt as provider for Amplication build", | ||
"main": "dist/index.js", | ||
"nx": {}, | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "dev": "webpack --watch", |
# @amplication/plugin-auth-jwt | ||
[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-auth-jwt)](https://www.npmjs.com/package/@amplication/plugin-auth-jwt) | ||
[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-auth-jwt)](https://www.npmjs.com/package/@amplication/plugin-auth-jwt) | ||
@@ -9,3 +9,3 @@ Enable JWT authentication on a service | ||
This plugin adds the required code to use Passport JWT strategy on the generated NestJS application | ||
This plugin adds the required code to use Passport JWT strategy on the generated NestJS application | ||
@@ -18,2 +18,2 @@ ## Configuration | ||
This plugin is integrated with the default behavior of the service by changing the `defaultAuth.guard.ts` file in the `auth` folder, so all guards on REST API controllers and GraphQL API resolvers will use this authentication by default. | ||
This plugin is integrated with the default behavior of the service by changing the `defaultAuth.guard.ts` file in the `auth` folder, so all guards on REST API controllers and GraphQL API resolvers will use this authentication by default. |
@@ -37,6 +37,6 @@ import { | ||
import { isPasswordField } from "./util/field"; | ||
import { | ||
AUTH_ENTITY_FIELD_PASSWORD, | ||
AUTH_ENTITY_FIELD_USERNAME, | ||
updateDockerComposeProperties | ||
import { | ||
AUTH_ENTITY_FIELD_PASSWORD, | ||
AUTH_ENTITY_FIELD_USERNAME, | ||
updateDockerComposeProperties, | ||
} from "./constants"; | ||
@@ -43,0 +43,0 @@ import { getPluginSettings } from "./util/getPluginSettings"; |
{ | ||
"extends": "../../tsconfig.base.json", | ||
"include": [ | ||
"src/index.ts" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
], | ||
} | ||
"include": ["src/index.ts"], | ||
"exclude": ["node_modules"] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3162332
46
39351
2