Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jzo001/forge.security.jwt.shared

Jwt Token based authentication/authorization shared library
https://github.com/jzo001/forge.security.jwt.shared

authentication authorization blazor jwt security sso

Last synced: 6 days ago
JSON representation

Jwt Token based authentication/authorization shared library

Awesome Lists containing this project

README

        

# Forge.Security.Jwt.Shared
Forge.Security.Jwt.Shared is a shared library that provides shared interfaces, models and default implementations for Forge.Security.Jwt related libraries.

## Installing

To install the package add the following line to you csproj file replacing x.x.x with the latest version number:

```

```

You can also install via the .NET CLI with the following command:

```
dotnet add package Forge.Security.Jwt.Shared
```

If you're using Visual Studio you can also install via the built in NuGet package manager.

Please also check the following projects in my repositories:
- Forge.Yoda
- Forge.Security.Jwt.Service
- Forge.Security.Jwt.Service.Storage.SqlServer
- Forge.Security.Jwt.Client
- Forge.Security.Jwt.Client.Storage.Browser
- Forge.Wasm.BrowserStorages
- Forge.Wasm.BrowserStorages.NewtonSoft.Json