mitlist/fe/src/services
mohamad 84b046508a feat: Implement refresh token functionality in authentication flow
- Added support for refresh tokens in the authentication backend, allowing users to obtain new access tokens using valid refresh tokens.
- Created a new `BearerResponseWithRefresh` model to structure responses containing both access and refresh tokens.
- Updated the `AuthenticationBackend` to handle login and logout processes with refresh token support.
- Introduced a new `/auth/jwt/refresh` endpoint to facilitate token refreshing, validating the refresh token and generating new tokens as needed.
- Modified OAuth callback logic to generate and return both access and refresh tokens upon successful authentication.
- Updated frontend API service to send the refresh token in the Authorization header for token refresh requests.
2025-05-25 12:51:02 +02:00
..
__tests__ feat: Add comprehensive unit tests for Vue frontend 2025-05-21 19:07:34 +00:00
api.ts feat: Implement refresh token functionality in authentication flow 2025-05-25 12:51:02 +02:00
choreService.ts feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
expenseService.ts feat: Implement recurring expenses feature with scheduling and management 2025-05-22 16:37:14 +02:00
groupService.ts feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00