-
Notifications
You must be signed in to change notification settings - Fork 446
Project Auth - Aunt Authy, strict but fair #345
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
Open
kathinka
wants to merge
41
commits into
Technigo:master
Choose a base branch
from
kathinka:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
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