@amplication/plugin-auth-basic
v1.4.14
Published
set basic auth for Amplication build
Downloads
396,850
Keywords
Readme
@amplication/plugin-auth-basic
Enable Basic HTTP authentication on a service
Purpose
This plugin adds the required code to use Passport Basic strategy on the generated NestJS application
Configuration
None
Usage
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.