generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Finished user managment #92
Merged
Merged
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1973385
Added cookie managment in the whole application
Mister-Mario a65f6e5
Forgot to add the token verifier on some endpoints
Mister-Mario e9ad477
Added token to the test requests of the gateway service
Mister-Mario cbb7d35
Mocked jwt in gateway tests
Mister-Mario 32b7a62
Added test to check no token requests
Mister-Mario dd1c1fe
Removed unused import
Mister-Mario 24931ad
Added logout functionality
Mister-Mario 24f10df
Added restrictions to routes in the webapp
Mister-Mario 490c2ba
Added a reload when logging out too
Mister-Mario 62d7d76
Added new test case for code cover
Mister-Mario 46ca537
Added email to users at the backend
Mister-Mario 257db61
Removed weird import prob vs code stuff
Mister-Mario 57b44f3
Added changes to fix code duplication issues and security flaws
Mister-Mario 22dba52
Try to reduce duplicate code
Mister-Mario bb17d39
Added email field on login and register and be able to login with use…
Mister-Mario 72850e7
Merge branch 'master' into 88-users-enhancenment
Mister-Mario 51ff839
Fixed all tests that did not use the Cookie and the email
Mister-Mario de0e44d
Now registering is the same as login, added e2e tests
Mister-Mario 7d79eb4
Made npm install to sync package.json and package-lock.json
Mister-Mario 975cca0
Forgot to remove headless mode
Mister-Mario 19a68d3
Now e2e should work
Mister-Mario e27f842
Added validations to solve sonarcloud security ranking
Mister-Mario 1b05925
Fixed addUser test failing cause the new endpoint
Mister-Mario File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
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.
Check warning
Code scanning / SonarCloud
Server-side requests should not be vulnerable to forging attacks Medium