SimpleIdServer
SimpleIdServer
@HappyRoot , I made some modifications to the release/v6.0.3 branch. It’s now possible to translate all error and success messages coming from the backend directly within the form builder. In...
Hello, both issues have been fixed in the branch release/v6.0.3.
Hello, Since version 6.0.1, the `ClientType` column is now an integer instead of a string. Therefore, a pre-deployment script must be executed to convert the ClientType string values into their...
1. Migration issue: The migration works correctly with SQL Server, MySQL, and SQLite, but not with PostgreSQL. This issue has been fixed in the release/v6.0.2 branch. 2. UI issue: The...
Hello, There is indeed a mistake in the documentation and samples. The MigrationAssembly for the FormBuilder is incorrect. Could you please replace the code with something like this? ```csharp title="Program.cs"...
Hello, You're right — this is indeed an issue in the current implementation. The user transformer should not store all the claims in the cookie. We will remove this feature...
The issue has been fixed in the release/v6.0.3 branch. We made the following modifications: * Only the following claims are now included in the cookie: NameIdentifier, FirstName, LastName, and Picture....
Hello, You're right — there is indeed an issue in the code. I've made some modifications in the release/v6.0.3 branch to fix it. Kind regards, SID
Hello, Could you explain how to reproduce this exception? Kind regards, SID
Indeed, the NuGet package SimpleIdServer.IdServer.Notification.Fcm was not published on NuGet. :( The package has now been uploaded. Kind regards, SID