Skip to content

Authorization project solution based on Microsoft Identity and JWT using NuGet packages and npm package for the connection

License

Notifications You must be signed in to change notification settings

ChustaSoft/Authorization

Repository files navigation

Authorization

Packages available

Package Pipeline Package version Downloads
ChustaSoft.Tools.Authorization.Abstractions Build Status NuGet Nuget
ChustaSoft.Tools.Authorization Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.JWTBearer Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.SqlServer Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.AspNet Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.AspNet.JWTBearer Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.OAuth.Provider Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.OAuth.Provider.SqlServer Build Status NuGet Nuget
ChustaSoft.Tools.Authorization.Basic Build Status NuGet Nuget
@chustasoft/cs-authorization-connector Build Status npm npm

Compatibility table

.Net

Framework From Latest Current support
.Net Core 2.2 1.0.0 1.0.0
.Net Core 3.1 1.0.1 3.4.1
.Net 5.0 3.4.0 3.4.1
.Net 6.0 4.0.0 Current ✔️
.Net 7.0 4.0.0 Current ✔️

npm

npm package is ready to be supported in any TypeScript project

Description


Project that brings together the use of different tools for Authorization and Authentication such as Microsoft AspNet Identity Core and IdentityServer4 for different common scenarios such as:

  • Easy use through Bearer JWT (AspNet Identity)
  • Complex scenarios with OAuth 2.0 / OIDC (AspNet Identity + IdentityServer4)
  • Test or internal scenarios with basic authentication (no dependencies)

Additionally, a Javascript connector developed with TypeScript is provided ready to be installed in the project

In addition, the project provides additional features such as default user management, custom actions post-user creation, or default IDP configuration, and a very simple and unified configuration based on appSettings.json or on a builder (recommended and more flexible).

This project focuses on the auth scenarios required in different projects, however it may not apply to all cases, in such a case do not hesitate to directly use AspNet Core Identity and/or IdentityServer4, as well as any other tool to meet the requirements of your project.

Documentation

For getting started, visit the home page of our project wiki

To know how to use this version, take a look on. Regardless of the framework of the example, the code is valid between versions:

NOTE: Code is cross comptaible between framework versions, so examples are implicitly valid for all versions taking into account the multiple configuration options available

Thanks for using and contributing

Twitter Follow

About

Authorization project solution based on Microsoft Identity and JWT using NuGet packages and npm package for the connection

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •