Skip to content

Change NewGuid() to CreateVersion7() for fragmentation limiting.#1233

Open
kallievz wants to merge 15 commits intofullstackhero:developfrom
kallievz:TokenFix
Open

Change NewGuid() to CreateVersion7() for fragmentation limiting.#1233
kallievz wants to merge 15 commits intofullstackhero:developfrom
kallievz:TokenFix

Conversation

@kallievz
Copy link
Copy Markdown
Contributor

@kallievz kallievz commented Apr 1, 2026

Register TenantProvisioning service, as tenantdetail failed.
HealthPage deserialization failed due to missing null check
Updated Nuget, MudBlazor to latest stable 9.2.0, MudBlazor.ThemeManager 4.0.0, Mapster 10.0.6, Scalar 2.13.18, Aspire 13.2.1
Fixed CI/CD errors.
Resolved Token Refresh Issue in #1231, and addressed #1210, and some of #1173

httpContext.Response.Cookies.Append(
LocalizationConstants.CultureCookieName,
CookieRequestCultureProvider.MakeCookieValue(new RequestCulture(culture)),
new CookieOptions { MaxAge = TimeSpan.FromDays(365) });

Check warning

Code scanning / CodeQL

Cookie 'Secure' attribute is not set to true

Cookie attribute 'Secure' is not set to true.
httpContext.Response.Cookies.Append(
LocalizationConstants.CultureCookieName,
CookieRequestCultureProvider.MakeCookieValue(new RequestCulture(culture)),
new CookieOptions { MaxAge = TimeSpan.FromDays(365) });

Check warning

Code scanning / CodeQL

Cookie 'Secure' attribute is not set to true Medium

Cookie attribute 'Secure' is not set to true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants