Skip to content

Conversation

@SolidProgramming
Copy link
Contributor

No description provided.

[+] Added `revokeRefreshToken` mutation to revoke tokens by setting `revoked_at`.
[+] Added `storeRefreshToken` mutation to insert new tokens into the database.
@SolidProgramming SolidProgramming self-assigned this Oct 30, 2025
SolidProgramming and others added 20 commits October 30, 2025 16:54
…air` classes to handle token-related data and operations.

[~] Updated `AuthQueries` static constructor to initialize refresh token queries.
[~] create table if not exists refresh token for upgrade script 9.0
[+] Token validation on api querys
[~] Updated `Authenticate` method to remove `sessionStorage` dependency.
[~] Switched from `string` JWT to `TokenPair` for session restoration.
[~] Improved error handling for null `AccessToken` during session restore.
    remove unused `sessionStorage` parameter.
…tion in `fworch-texts.sql`.

[+] Introduced `AccessTokenLifetimeHours` and `RefreshTokenLifetimeDays` properties in `ConfigData.cs`.
[+] Added UI elements in `SettingsDefaults.razor` for configuring token lifetimes with validation.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2025

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.

1 participant