Open Issues Need Help
View All on GitHubAI Summary: This issue aims to implement push notification functionality for a Progressive Web App (PWA). The feature will allow the PWA to receive various alerts initiated by the server, encompassing the full development cycle from implementation to testing and deployment.
AI Summary: This GitHub issue describes the implementation of an authentication token renewal feature on the front-end. It involves storing refresh tokens, handling access token expiration, and using the refresh token to automatically obtain new access tokens to maintain user sessions without requiring re-login.
AI Summary: This backend issue aims to implement a JWT token refresh mechanism. When an access token expires, the system should use a refresh token to obtain a new access token, ensuring continuous user authentication.