@amplication/plugin-auth-basic
Advanced tools
Comparing version 1.4.4 to 1.4.5-beta.pr-297.80f0b66
{ | ||
"name": "@amplication/plugin-auth-basic", | ||
"version": "1.4.4", | ||
"version": "1.4.5-beta.pr-297.80f0b66", | ||
"description": "set basic auth for Amplication build", | ||
"main": "dist/index.js", | ||
"nx": {}, | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "dev": "webpack --watch", |
# @amplication/plugin-auth-basic | ||
[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-auth-basic)](https://www.npmjs.com/package/@amplication/plugin-auth-basic) | ||
[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-auth-basic)](https://www.npmjs.com/package/@amplication/plugin-auth-basic) | ||
@@ -9,3 +9,3 @@ Enable Basic HTTP authentication on a service | ||
This plugin adds the required code to use Passport Basic strategy on the generated NestJS application | ||
This plugin adds the required code to use Passport Basic strategy on the generated NestJS application | ||
@@ -18,2 +18,2 @@ ## Configuration | ||
This plugin is integrarted with the default behaviour 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 integrarted with the default behaviour 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. |
{ | ||
"extends": "../../tsconfig.base.json", | ||
"include": [ | ||
"src/index.ts" | ||
] | ||
} | ||
"include": ["src/index.ts"] | ||
} |
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
3124949
36
2
19