-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed specific files and changed small things * added scopes, roles, and scope_roles * added new sql tables and infrastructure * added id to user table * editUser endpoint * editUser testing * added createUser * updated createUser.ts * fixed small typo * update createUser.ts * createUser got id to return correctly * implement getUser and getUsers endpoints * delete user working * delete user update * add scope checking * added gh actions for userbase branch * middleware scope handling * #38: role and scope handling * scope and authorizer implementation * scope verification * #38 - comments --------- Co-authored-by: Aryan Gandhi <[email protected]> Co-authored-by: Will Howell <[email protected]> Co-authored-by: Xavier Lam <[email protected]> Co-authored-by: Xavier Lam <[email protected]>
- Loading branch information
1 parent
e991608
commit 3f758ff
Showing
29 changed files
with
1,044 additions
and
994 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: PR | |
|
||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
branches: [ "main", "userbase" ] | ||
|
||
jobs: | ||
build: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: PR | |
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
branches: [ "main", "userbase" ] | ||
|
||
jobs: | ||
deploy-lamda: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.