Project Auth - Aunt Authy, strict but fair#345
Open
kathinka wants to merge 41 commits intoTechnigo:masterfrom
Open
Project Auth - Aunt Authy, strict but fair#345kathinka wants to merge 41 commits intoTechnigo:masterfrom
kathinka wants to merge 41 commits intoTechnigo:masterfrom
Conversation
added authentication and autorization made a basic setup for files in the backend
Update frontend and backend dependencies to the latest versions. Also, add necessary packages for authentication and authorization in the backend. Remove the deprecated useNewUrlParser and useUnifiedTopology options. Delete the package-lock.json files. Update the package.json files to remove vulnerabilities and add package-lock.json to the gitignore file.
…or Netlify. This file is no longer needed as the build configuration has been updated in the recent user commits.
…and optimize package management
…tead of the relative path '/verify'. to ensures that the request is made securely.
…nsive lists in the admin panel when the admin user changes userinfo
…nel lists more responsive - formatting and cleanup
…ove bad naming conventions. also improved my user model to hash the password before storing it in the db, so it will be a lot more secure. also removed storing of the accesstoken in the db, and made room for upgrading with a refresh token instead. (in the future)
…ypt as its no longer supported
…t to check for duplicates.
AntonellaMorittu
approved these changes
May 31, 2024
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.
Netlify link
Auth Aunty
API
test admin : admin@admin.com / pass: admin
test user : user@user.com / pass: user
or make your own users if you like. admin has a separate login with more options, but easy to miss because the frontend got no love at all