You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced hardcoded "refresh_token" strings with a constant
`CookieRefreshTokenName` in `BaseAuthController` to improve
maintainability and consistency. Updated all references to
use the new constant, including cookie retrieval and appending
operations in the `RefreshToken` method and various login
flows. This change simplifies future updates to the cookie
name and reduces the risk of inconsistencies.
0 commit comments