@amplication/plugin-auth-jwt
v1.4.15
Published
set jwt as provider for Amplication build
Downloads
448,437
Keywords
Readme
@amplication/plugin-auth-jwt
Enable JWT authentication on a service
Purpose
This plugin adds the required code to use Passport JWT strategy on the generated NestJS application
Configuration
None
Usage
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.