-
Notifications
You must be signed in to change notification settings - Fork 0
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
SAC-17 User Authentication #38
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
…c into SAC-17-User-Authentication
garrettladley
requested changes
Feb 1, 2024
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.
Goated work @melodyyu754 @DOOduneye 🐐 some nits and conflicts then you're good to merge
Co-authored-by: Garrett Ladley <92384606+garrettladley@users.noreply.github.com>
Co-authored-by: Garrett Ladley <92384606+garrettladley@users.noreply.github.com>
Co-authored-by: Garrett Ladley <92384606+garrettladley@users.noreply.github.com>
Co-authored-by: Garrett Ladley <92384606+garrettladley@users.noreply.github.com>
DOOduneye
commented
Feb 1, 2024
Co-authored-by: David Oduneye <44040421+DOOduneye@users.noreply.github.com>
Co-authored-by: David Oduneye <44040421+DOOduneye@users.noreply.github.com>
commit 66ba683 Author: David Oduneye <44040421+DOOduneye@users.noreply.github.com> Date: Thu Feb 1 20:27:57 2024 -0500 feat: updated cli (#138) commit 1673ef0 Author: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Thu Feb 1 14:15:19 2024 -0500 GHWF Updates (#136) commit def8176 Author: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Thu Feb 1 13:58:05 2024 -0500 Fix: CodeQL Running Too Often (#135) commit fa30a32 Author: garrettladley <ladley.g@northeastern.edu> Date: Thu Feb 1 13:55:30 2024 -0500 Revert "resolves #133" This reverts commit 08d253f. commit 08d253f Author: garrettladley <ladley.g@northeastern.edu> Date: Thu Feb 1 13:52:15 2024 -0500 resolves #133 commit c1b7f01 Author: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Thu Feb 1 01:38:24 2024 -0500 Fixed Format Step in GitHub Workflow (#131) commit d786b9f Author: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Wed Jan 31 23:47:10 2024 -0500 Added Support for Slack and Email Contact Types (#129) commit 83b1ef8 Author: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Wed Jan 31 18:27:33 2024 -0500 Refactor Tags Routes to be Under Categories (#119) commit c66a3e7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 31 13:35:29 2024 -0500 Bump the npm_and_yarn group across 1 directories with 1 update (#117) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Description
Link to Ticket
Please include a summary of the changes and the related issue. Please also
include relevant motivation, context, and images!
Implemented RBAC with JWT Tokens for access and refresh,
TODOs:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. If they are unit
tests, provide the file name the tests are in. If they are not unit tests,
describe how you tested the change.
No tests yet
Checklist