forked from Code-4-Community/scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
[SSF-121] Remove User ID from Routes for Current User Pages #96
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a95a263
Updated auth
dburkhart07 d9e698e
Tried fixing JWT Strategy
dburkhart07 ea324ba
Updated auth
dburkhart07 f68d4a3
Finished general authentication for both frontend and backend pages
dburkhart07 d8a1414
Final commit for this branch
dburkhart07 bafe7b1
Revisions made with Sam!!!
dburkhart07 1a12082
Full implementation of backend role-based auth
dburkhart07 d9e48b4
prettier
dburkhart07 d0d28fe
Fixed user flow to use a cognito id hardcoded into the database
dburkhart07 b5321ad
prettier
dburkhart07 b61e462
Added requested changes
dburkhart07 dd41b44
Added in decorator and guard for a bypass gaurd
dburkhart07 63a41a4
Final commit
dburkhart07 396cc51
Resolved comments
dburkhart07 7d9fc00
Fixed addition of audience
dburkhart07 3f4a147
Fixed bugs wth id loader
dburkhart07 a300045
Final commit
dburkhart07 9fe9255
Final commit
dburkhart07 8c932c2
remove ids from routes
amywng d4059f9
prettier
amywng bf7993e
fix tests
amywng 3d84e4b
fix form requests file
amywng 49a64e8
fix problems with merge
amywng 4a18517
more cleanup
amywng 0ccaa38
review comments
amywng c05987c
add exception propagation test
amywng f30cd58
SSF-122 auth page frontend (#94)
Juwang110 4814889
review comments
amywng 5c5828c
fix error
amywng f892adc
fix error
amywng 228aa8e
fix things from merge
amywng 1eefd3f
clean up
amywng 8cea380
fix yarnfile
amywng 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 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
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
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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add a test for this case, I may have missed it but I don't see one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we haven't refactored the pantries service tests yet but i added one commented out for now