@amplication/plugin-dotnet-auth-core-identity
v0.1.4
Published
Add Authentication and Authorization to your .NET Services
Downloads
96,248
Keywords
Readme
@amplication/plugin-dotnet-auth-core-identity
Use authentication in the service generated by Amplication.
Purpose
This plugin adds the core required code to use authentication in the service generated by Amplication. It updates the following parts:
- Adds the Authorize attribute in the base controllers by the roles configurations
- Add the required configurations for the auth entity
- Add the required configurations in the program.cs file