Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplication/plugin-dotnet-auth-core-identity

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-dotnet-auth-core-identity - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@amplication/plugin-dotnet-auth-core-identity",
"version": "0.1.0",
"version": "0.1.1",
"description": "Add Authentication and Authorization to your .NET Services",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

import { CodeBlock, ProgramClass } from "@amplication/csharp-ast";
export function createAppServices(programClass: ProgramClass): void {
programClass.builderServicesBlocks.push(
programClass.appBlocks.push(
new CodeBlock({

@@ -10,3 +10,3 @@ code: `app.UseApiAuthentication();`,

programClass.builderServicesBlocks.push(
programClass.appBlocks.push(
new CodeBlock({

@@ -21,3 +21,3 @@ code: `using (var scope = app.Services.CreateScope())

programClass.builderServicesBlocks.push(
programClass.appBlocks.push(
new CodeBlock({

@@ -24,0 +24,0 @@ code: `

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc