-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 64 auth refactor #66
Merged
Merged
Conversation
This file contains 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
…lied to repositories (in order to support findAll with filters for keys retrieval)
…scaffold + create route
…how status is being used
This was referenced Aug 3, 2024
Closed
pkarw
added a commit
that referenced
this pull request
Aug 8, 2024
This commit adds a new column, `displayName`, to the `keys` table. This column will be used to store the display name of each key. This change lays the foundation for the keys management feature. Refactor autorizeDatabseIdHash This commit refactors the `autorizeDatabseIdHash` function to improve its efficiency and readability. Refactor completion of #51 This commit completes the refactoring process for issue #51. It includes various code improvements and optimizations. feat: Add "extra" support for the records This commit adds support for "extra" information in the records. This feature allows users to add additional details or notes to each record. feat: Add Remarks feature according to #51 This commit implements the Remarks feature as requested in issue #51. Users can now add remarks or comments to each record. feat: Complete attachments preview - checklist #51 This commit completes the implementation of the attachments preview feature, as outlined in the checklist for issue #51. Closes #68 - Implement new keepLoggedIn logic This commit closes issue #68 by implementing the new keepLoggedIn logic. Users will now stay logged in even after closing and reopening the application. Merge pull request #66 from CatchTheTornado/feature_64_auth_refactor This commit merges the changes from the feature_64_auth_refactor branch into the main branch. Final touches after tests + JWT verification This commit includes final touches and improvements after running tests and verifying the functionality of the JWT (JSON Web Token) verification process. Authorize after test + fixes This commit adds authorization logic after running tests and includes necessary fixes to ensure proper functionality.
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.