Conversation
Related Issue: #2 * Initialize document typeorm entity * Add create document dto * Add create method to document service * Add create endpoint to document controller * Add swagger documentation for create document endpoint * Add creating shared link to create method of document service * Add unit tests for document service * Add test stage to CI pipeline
* Add redis cache service * Disable tests in CI
* Refactor project folder structure * Rename test stage in CI * Add current ban getter to moderation action history * Add banable entity base class * Use banable entity base class instead of entity with id in document entity * Add user entity * Export new entities from entities public api * Add user repository port * Add password hasher port * Add token service port * Add public api to domain folders * Add session entity * Add session cache port * Add session repository port * Add user cache port * Add register user use-case * Add register user service * Add login user use case * Add login user service * Add logout user command * Add logout user service * Add extend session use case * Add extend session service * Add libs for auth * Add cache for auth services * Add user ban check in extend session service * Add delete method to redis shared service * Add user cache * Add user agent parser * Add password hasher * Add user additional entities * Add user mapper * Add user repository * Add session entity * Add session mapper * Add token service * Add session cache * Add token hasher * Add session repository * Fix user relations issue * Add auth dto * Add auth domain error filter * Add auth responses * Add register endpoint * Add login endpoint * Add refresh tokens endpoint * Add logout endpoint
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.
No description provided.