Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Oct 2, 2023
1 parent 8155d2e commit 034e34b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/consent/.dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.env
.env
2 changes: 2 additions & 0 deletions apps/consent/src/routes/consent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ router.get("/", csrfProtection, async (req, res, next) => {
return
}

// TODO: add rate limits

// This section processes consent requests and either shows the consent UI or
// accepts the consent request right away if the user has given consent to this
// app before
Expand Down
2 changes: 2 additions & 0 deletions apps/consent/src/routes/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ router.get("/", csrfProtection, async (req, res, next) => {
return
}

// TODO: add rate limits

let body: OAuth2LoginRequest

try {
Expand Down

0 comments on commit 034e34b

Please sign in to comment.