Limbo.ApiAuthentication.Persistence
1.0.0-beta001
Prefix Reserved
dotnet add package Limbo.ApiAuthentication.Persistence --version 1.0.0-beta001
NuGet\Install-Package Limbo.ApiAuthentication.Persistence -Version 1.0.0-beta001
<PackageReference Include="Limbo.ApiAuthentication.Persistence" Version="1.0.0-beta001" />
paket add Limbo.ApiAuthentication.Persistence --version 1.0.0-beta001
#r "nuget: Limbo.ApiAuthentication.Persistence, 1.0.0-beta001"
// Install Limbo.ApiAuthentication.Persistence as a Cake Addin #addin nuget:?package=Limbo.ApiAuthentication.Persistence&version=1.0.0-beta001&prerelease // Install Limbo.ApiAuthentication.Persistence as a Cake Tool #tool nuget:?package=Limbo.ApiAuthentication.Persistence&version=1.0.0-beta001&prerelease
Limbo.ApiAuthentication
Easy to setup api authentication using Asp Net Cores built-in workflow
Content
- Install
- Description
- Documentation
Install
dotnet add package Limbo.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
Maintainer information
Here you'll find information for maintaining the repository
Test database
To get the test database up and running use:
docker-compose up -d
Exceuted in the root of the repository with Docker running.
Changelog
This repository uses standard-version
to create changelogs using conventional commits
Releases
First change the version of the csproj file to the new version.
To create a release use the following commands:
Install packages
yarn
yarn release
This will create the nuget package at Releases and update the changelog.
Prereleases
First change the version of the csproj file to the new version.
To create a prerelease use the following commands:
Install packages
yarn
yarn release --prerelease
This will create the nuget package at Releases and update the changelog.
Debug
First change the version of the csproj file to the new version.
To create a debug nuget package use the following commands:
Install packages
yarn
yarn debug
This will create the nuget package at debug.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- Limbo.EntityFramework (>= 2.0.0-beta002)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Limbo.ApiAuthentication.Persistence:
Package | Downloads |
---|---|
Limbo.ApiAuthentication
Easy to setup API authentication using ASP.NET Core built-in workflow. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta001 | 156 | 5/3/2022 |