1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add optional rate limiting for oauth entrypoint

This commit is contained in:
NG (Graham)
2026-07-14 17:59:05 -04:00
parent b3e4f516ea
commit 249751a1e9
4 changed files with 129 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ futures.workspace = true
clap.workspace = true
oj_rc_core = { version = "*", path = "../rc_core" }
openidconnect.workspace = true
chrono.workspace = true
urlencoding.workspace = true
libfj.workspace = true
git-version.workspace = true