Stormancer.Server.Plugins.Users
10.0.3.4-pre
dotnet add package Stormancer.Server.Plugins.Users --version 10.0.3.4-pre
NuGet\Install-Package Stormancer.Server.Plugins.Users -Version 10.0.3.4-pre
<PackageReference Include="Stormancer.Server.Plugins.Users" Version="10.0.3.4-pre" />
<PackageVersion Include="Stormancer.Server.Plugins.Users" Version="10.0.3.4-pre" />
<PackageReference Include="Stormancer.Server.Plugins.Users" />
paket add Stormancer.Server.Plugins.Users --version 10.0.3.4-pre
#r "nuget: Stormancer.Server.Plugins.Users, 10.0.3.4-pre"
#:package Stormancer.Server.Plugins.Users@10.0.3.4-pre
#addin nuget:?package=Stormancer.Server.Plugins.Users&version=10.0.3.4-pre&prerelease
#tool nuget:?package=Stormancer.Server.Plugins.Users&version=10.0.3.4-pre&prerelease
Provides authentication, user management and sessions features to a Stormancer server application.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- jose-jwt (>= 4.1.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- Stormancer.Abstractions.Server (>= 10.1.1)
- Stormancer.Abstractions.Server.GameFinder (>= 1.0.0-pre)
- Stormancer.Abstractions.Server.Users (>= 1.1.0.8-pre)
- Stormancer.Server.Common (>= 3.0.1)
- Stormancer.Server.Plugins.Analytics (>= 2.1.1.3-pre)
- Stormancer.Server.Plugins.Annotations (>= 1.1.0.1-pre)
- Stormancer.Server.Plugins.Api (>= 3.2.0.2-pre)
- Stormancer.Server.Plugins.Configuration (>= 2.1.4-pre)
- Stormancer.Server.Plugins.Queries (>= 0.5.0.6-pre)
- Stormancer.Server.Plugins.Utilities (>= 3.3.0-pre)
- Stormancer.Server.Plugins.WebApi (>= 3.3.0-pre)
- System.Interactive.Async (>= 6.0.1)
- System.Linq.Async (>= 6.0.1)
NuGet packages (22)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.Users:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Plugins.GameSession
Provides P2P and client/server gamesession features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.Party
Provides Party related features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.GameFinder
Provides Gamefinder features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.Steam
Steam integration for Stormancer server applications. |
|
|
Stormancer.Server.Plugins.Friends
Provides a friend system to Stormancer applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.3.4-pre | 170 | 5/19/2026 |
| 10.0.3.3-pre | 857 | 5/9/2025 |
| 10.0.3.2-pre | 293 | 5/9/2025 |
| 10.0.3-pre | 454 | 3/12/2025 |
| 10.0.2.46 | 540 | 3/3/2025 |
| 10.0.2.46-pre | 375 | 3/3/2025 |
| 10.0.2.45 | 445 | 2/28/2025 |
| 10.0.2.45-pre | 256 | 12/20/2024 |
| 10.0.2.44-pre | 227 | 11/20/2024 |
| 10.0.2.43-pre | 176 | 11/10/2024 |
| 10.0.2.42-pre | 357 | 10/3/2024 |
| 10.0.2.41-pre | 219 | 10/3/2024 |
| 10.0.2.40-pre | 243 | 9/30/2024 |
| 10.0.2.39-pre | 323 | 9/30/2024 |
| 10.0.2.38-pre | 187 | 9/27/2024 |
| 10.0.2.36-pre | 214 | 9/27/2024 |
| 10.0.2.35-pre | 430 | 9/26/2024 |
| 10.0.2.34-pre | 217 | 9/26/2024 |
| 10.0.2.33-pre | 249 | 9/9/2024 |
| 10.0.2.32-pre | 265 | 9/8/2024 |
Added
*****
-Adds a property IsEnabled to IUserStorage to indicate if the storage is ready to use or not
Changed
*******
- Adds a cache to GetUser in the UserSession Service
- Removes obsolete dependance to Elasticsearch plugin in UserSessions
- When failing to create a connection token, return a notFound error instead of an unknown error.