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
Added a secure REST API endpoint /api/tasks to return the authenticated user’s tasks in JSON format. Implemented JWT-based authentication with Spring Boot and Spring Security to protect user data and ensure only authorized access.
Course Report is a robust Spring Boot application designed to seamlessly integrate with Course Report's API, MySQL database, and Slack messaging platform. It efficiently retrieves user data based on specified parameters, identifies new or updated users, stores their information in the database and sends messages to slack channel.