Stormancer.Server.Plugins.Users 10.0.3.4-pre

This is a prerelease version of Stormancer.Server.Plugins.Users.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stormancer.Server.Plugins.Users" Version="10.0.3.4-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Plugins.Users" Version="10.0.3.4-pre" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Plugins.Users" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Server.Plugins.Users --version 10.0.3.4-pre
                    
#r "nuget: Stormancer.Server.Plugins.Users, 10.0.3.4-pre"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Stormancer.Server.Plugins.Users@10.0.3.4-pre
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Stormancer.Server.Plugins.Users&version=10.0.3.4-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Plugins.Users&version=10.0.3.4-pre&prerelease
                    
Install as a Cake Tool

Provides authentication, user management and sessions features to a Stormancer server application.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed

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.