Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jzo001/forge.security.jwt.shared
- Owner: JZO001
- License: mit
- Created: 2022-10-13T12:21:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T07:44:29.000Z (10 months ago)
- Last Synced: 2024-09-23T09:19:23.997Z (about 2 months ago)
- Topics: authentication, authorization, blazor, jwt, security, sso
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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