nikcio / Nikcio.ApiAuthentication

Easy to setup authentication for Asp Net Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nikcio.ApiAuthentication

Maintainability Codacy Badge

Easy to setup authentication for Asp Net Core

This is based upon the code created here: Limbo.ApiAuthentication

Content

  • Install
  • Description
  • Documentation

Install

dotnet add package Nikcio.ApiAuthentication

Description

This package adds easy to setup authentication for Asp Net Core. This uses api keys stored in a database with EF Core to add JWT authentication to any Asp Net Core application.

Documentation

You can find the documentation here

About

Easy to setup authentication for Asp Net Core

License:MIT License


Languages

Language:C# 99.6%Language:Batchfile 0.4%