Conversation
… and AppException
* 🔨 feat(auth-register): Handle register a new user (without Spring Security: JWT + BCrypt) * ♻️ refactor(auth-register): Refactor table names in database * 🦺 feat(auth-register): Handle ErrorCode + message for validation exception * 🦺 feat(auth-register): Resolve invalid error code key for validation
* 🔨 feat(auth-login): Handle login user (without Spring Security: JWT + BCrypt) * 🔧 feat(auth-login): Implement BCrypt hasing and refactor AuthenticationService * ♻️ refactor(auth-login): Refactor UserResponse and AuthenticationService * 🛂 feat(auth-login): Handle Access Token and Refresh Token using JWT with RSA key pair * 🛂 feat(auth-login): Apply KeyStore to save public and private key * 🛂 feat(auth-login): Handle refresh Access Token + Refresh Token requests * 🔨 feat(auth-me): Handle /me endpoint for current user profile * 🔒 feat(auth-security): Implement custom AuthenticationEntryPoint for consistent 401 JSON response
* 🔧 feat(auth-logout): Handle /logout with blacklisting access token using in-memory cache * 🔧 feat(auth-logout): Handle Blacklisting Access Token using Redis * 🔨 feat(auth-logout): Handle Revoking previously used Refresh Token after executing refresh request using Redis
Feature/auth
…eature/notes-basic-crud
Feature/notes basic crud - Implement GET all Document object - Implement DELETE a document object with specific id - Implement basic CRUD operations on note objects
…eature/ai-quiz-generation
…ate response status code
Feature: Basic CRUD for Quiz Attempt and Minor Changes
Feature: Date-time format in response + new endpoints for notes and quiz
Test: Added Unit and Integration Tests for note-related features
Owner
Author
|
Proceeding with merge as the collaborator is temporarily unavailable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR promotes the latest stable work from
developintomain.It includes multiple feature branches that have already been reviewed and merged into
develop.Supported Features
1. User Authentication
2. AI-Powered Quiz Generation
3. Other CRUD Management Features
Document Management (CRUD): All types of documents including notes, flashcards, and quizzes
Note Management:
Flashcard & Flashcard Sets Management:
Quiz & Quiz Sets Management:
Testing and CI/CD
Tests can be run manually and automatically on PR created