Commit Graph

5 Commits

Author SHA1 Message Date
Artemy ab643c16a4 Implement user session management and JWT refresh tokens
Added user session models, interfaces, repository, and service for managing user sessions and refresh tokens. Refactored authentication flow to return user objects and open sessions with device info, supporting refresh token generation and validation. Updated JWT configuration to separate access and refresh options, and refactored related tests and API contracts. Improved media upload handling and error logging. Migrated dependency references and DI registrations accordingly.
2025-07-18 20:16:36 +07:00
Artemy 88c4210ad6 Update dotnet.yml 2025-07-01 20:16:13 +07:00
Artemy e43d3a2c8f Update dotnet.yml 2025-07-01 20:10:25 +07:00
Artemy cab30a79eb Update dotnet.yml 2025-07-01 20:03:32 +07:00
Artemy 5747f26421 github actions 2025-06-17 10:47:29 +07:00