Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
248b689
feat: add rate limits table with search option
wassimoo Feb 25, 2026
3aa2fc0
docs: update content around new rate limit tables
unatasha8 Mar 5, 2026
02a61ee
docs: make format updates
unatasha8 Mar 5, 2026
3e3fbd4
docs: fixed formating issues
unatasha8 Mar 5, 2026
f2d8218
docs: fix formatting
unatasha8 Mar 5, 2026
0b45fcd
docs: update terminology in RateLimitsTable component
wassimoo Mar 5, 2026
8b8c258
docs: added old rate limit page back, broke up new rate limit pages i…
unatasha8 Mar 5, 2026
732be49
docs: update bucket naming 'threshold' definitions
unatasha8 Mar 9, 2026
019afda
refactor: update rate limit CSV files and adjust filter component styles
wassimoo Mar 11, 2026
9c2231b
chore: format rate-limits.json
wassimoo Mar 11, 2026
9f88387
docs: updated structure of rate limit files and added communication c…
unatasha8 Mar 11, 2026
3be4bf1
feat: filter out hidden methods
wassimoo Mar 12, 2026
e2b30c8
docs: updated plugins
unatasha8 Mar 17, 2026
b5a5203
docs: updated with feedback
unatasha8 Mar 17, 2026
32a7d82
docs: make format fixes
unatasha8 Mar 17, 2026
4eba387
docs: Moved project rate limit content from high-level 'new' to 'proj…
unatasha8 Mar 23, 2026
26317be
chore: vendor rate-limit CSVs without date-stamped filenames
tricky42 May 5, 2026
2323b19
Merge branch 'master' into feat/rate-limits-table-with-search
wassimoo May 6, 2026
986b944
chore: update dependencies in package-lock.json and package.json
wassimoo May 6, 2026
7838ac2
docs: added rate limit pages to sidebar file
unatasha8 May 11, 2026
b3effaa
Merge branch 'master' into feat/rate-limits-table-with-search
wassimoo May 13, 2026
e30a9d5
refactor: move RateLimitsTable import to its single usage site
wassimoo May 13, 2026
02f7a44
fix: run format
wassimoo May 13, 2026
347c431
chore: update bucket-to-endpoints.csv
tricky42 May 25, 2026
45a9dec
docs(rate-limits): align messaging with new rate limit blog post
tricky42 May 26, 2026
3628e3a
chore: run format
tricky42 May 26, 2026
9b5c4bd
Merge branch 'master' into feat/rate-limits-table-with-search
tricky42 May 26, 2026
3a1c7e7
docs(rate-limits): fix keto bucket example and drop self-referencing …
tricky42 May 26, 2026
b5d56db
chore: remove trailing comments
wassimoo May 27, 2026
2a58d02
docs: added load-performance-testing to sidebar
unatasha8 May 29, 2026
a898ce0
docs: removing sidebar-old.ts
unatasha8 May 30, 2026
d93b9fa
Merge branch 'master' into feat/rate-limits-table-with-search
wassimoo Jun 2, 2026
44d4ef9
Merge branch 'master' into feat/rate-limits-table-with-search
wassimoo Jun 2, 2026
d51f09a
docs: fixed .sh instances on rate limit pages
unatasha8 Jun 2, 2026
5fdb2bc
docs: updated launch dates schedule
unatasha8 Jun 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 186 additions & 0 deletions data/bucket-to-endpoints-20260204-1941.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
Method,Path,Bucket
GET,/.well-known/jwks.json,hydra-public-low
GET,/.well-known/openid-configuration,hydra-public-low
GET,/.well-known/ory/webauthn.js,hydra-public-low
GET,/admin/clients,hydra-admin-medium
POST,/admin/clients,hydra-admin-high
GET,/admin/clients/{id},hydra-admin-low
DELETE,/admin/clients/{id},hydra-admin-high
PATCH,/admin/clients/{id},hydra-admin-high
PUT,/admin/clients/{id},hydra-admin-high
HEAD,/.well-known/openid-configuration,hydra-public-low
PUT,/admin/clients/{id}/lifespans,hydra-admin-high
GET,/admin/keys/{set},hydra-admin-medium
DELETE,/admin/keys/{set},hydra-admin-high
POST,/admin/keys/{set},hydra-admin-high
PUT,/admin/keys/{set},hydra-admin-high
GET,/admin/keys/{set}/{kid},hydra-admin-medium
DELETE,/admin/keys/{set}/{kid},hydra-admin-high
PUT,/admin/keys/{set}/{kid},hydra-admin-high
GET,/admin/oauth2/auth/requests/consent,hydra-admin-low
PUT,/admin/oauth2/auth/requests/consent/accept,hydra-admin-low
PUT,/admin/oauth2/auth/requests/consent/reject,hydra-admin-low
PUT,/admin/oauth2/auth/requests/device/accept,hydra-admin-low
GET,/admin/oauth2/auth/requests/login,hydra-admin-low
PUT,/admin/oauth2/auth/requests/login/accept,hydra-admin-low
PUT,/admin/oauth2/auth/requests/login/reject,hydra-admin-low
GET,/admin/oauth2/auth/requests/logout,hydra-admin-low
PUT,/admin/oauth2/auth/requests/logout/accept,hydra-admin-low
PUT,/admin/oauth2/auth/requests/logout/reject,hydra-admin-low
GET,/admin/oauth2/auth/sessions/consent,hydra-admin-low
DELETE,/admin/oauth2/auth/sessions/consent,hydra-admin-high
DELETE,/admin/oauth2/auth/sessions/login,hydra-admin-high
POST,/admin/oauth2/introspect,hydra-admin-low
DELETE,/admin/oauth2/tokens,hydra-admin-high
GET,/admin/trust/grants/jwt-bearer/issuers,hydra-admin-medium
POST,/admin/trust/grants/jwt-bearer/issuers,hydra-admin-high
GET,/admin/trust/grants/jwt-bearer/issuers/{id},hydra-admin-medium
DELETE,/admin/trust/grants/jwt-bearer/issuers/{id},hydra-admin-high
OPTIONS,/admin/clients,hydra-admin-low
OPTIONS,/admin/clients/{id},hydra-admin-low
POST,/credentials,hydra-admin-medium
GET,/oauth2/auth,hydra-public-medium
HEAD,/oauth2/auth,hydra-public-low
POST,/oauth2/device/auth,hydra-public-low
GET,/oauth2/device/verify,hydra-admin-low
OPTIONS,/oauth2/auth,hydra-public-low
POST,/oauth2/register,hydra-public-high
GET,/oauth2/register/{id},hydra-admin-low
DELETE,/oauth2/register/{id},hydra-public-high
PUT,/oauth2/register/{id},hydra-public-high
POST,/oauth2/revoke,hydra-public-medium
GET,/oauth2/sessions/logout,hydra-public-medium
POST,/oauth2/auth,hydra-public-medium
POST,/oauth2/token,hydra-public-medium
GET,/oauth2/consent,hydra-public-low
GET,/oauth2/fallbacks/logout/callback,hydra-public-low
POST,/oauth2/sessions/logout,hydra-public-medium
OPTIONS,/oauth2/token,hydra-public-low
GET,/userinfo,hydra-public-medium
DELETE,/admin/relation-tuples,keto-admin-high
PATCH,/admin/relation-tuples,keto-admin-high
PUT,/admin/relation-tuples,keto-admin-high
GET,/namespaces,keto-admin-high
POST,/opl/syntax/check,keto-admin-medium
POST,/ory.keto.relation_tuples.v1alpha2.CheckService/BatchCheck,keto-public-low
POST,/ory.keto.relation_tuples.v1alpha2.CheckService/Check,keto-public-low
POST,/ory.keto.relation_tuples.v1alpha2.WriteService/TransactRelationTuples,keto-admin-high
GET,/relation-tuples,keto-admin-medium
POST,/relation-tuples/batch/check,keto-public-low
GET,/relation-tuples/check,keto-public-low
POST,/relation-tuples/check,keto-public-low
GET,/relation-tuples/check/openapi,keto-public-low
POST,/relation-tuples/check/openapi,keto-public-low
GET,/relation-tuples/expand,keto-admin-medium
GET,/admin/courier/messages,kratos-admin-high
PATCH,/admin/identities,kratos-admin-high
POST,/admin/identities,kratos-admin-high
DELETE,/admin/identities/{id},kratos-admin-high
PATCH,/admin/identities/{id},kratos-admin-high
PUT,/admin/identities/{id},kratos-admin-high
DELETE,/admin/identities/{id}/credentials/{type},kratos-admin-high
DELETE,/admin/identities/{id}/sessions,kratos-admin-high
POST,/admin/recovery/code,kratos-admin-high
POST,/admin/recovery/link,kratos-admin-high
DELETE,/admin/sessions/{id},kratos-admin-high
PATCH,/admin/sessions/{id}/extend,kratos-admin-high
POST,/scim/{client}/v2/Groups,kratos-admin-high
PUT,/scim/{client}/v2/Groups/{id},kratos-admin-high
PATCH,/scim/{client}/v2/Groups/{id},kratos-admin-high
DELETE,/scim/{client}/v2/Groups/{id},kratos-admin-high
POST,/scim/{client}/v2/Users,kratos-admin-high
PUT,/scim/{client}/v2/Users/{id},kratos-admin-high
PATCH,/scim/{client}/v2/Users/{id},kratos-admin-high
DELETE,/scim/{client}/v2/Users/{id},kratos-admin-high
GET,/admin/identities/{id},kratos-admin-low
GET,/admin/sessions/{id},kratos-admin-low
OPTIONS,/admin/identities/{id},kratos-admin-low
GET,/admin/courier/messages/{id},kratos-admin-medium
GET,/admin/identities,kratos-admin-medium
GET,/admin/identities/{id}/sessions,kratos-admin-medium
GET,/admin/identities/by/external/{externalID},kratos-admin-medium
GET,/admin/sessions,kratos-admin-medium
GET,/schemas,kratos-admin-medium
GET,/schemas/{id},kratos-admin-medium
GET,/scim/{client}/v2/Groups,kratos-admin-medium
GET,/scim/{client}/v2/Groups/{id},kratos-admin-medium
GET,/scim/{client}/v2/Schemas,kratos-admin-medium
GET,/scim/{client}/v2/Schemas/{id},kratos-admin-medium
GET,/scim/{client}/v2/ServiceProviderConfig,kratos-admin-medium
GET,/scim/{client}/v2/Users,kratos-admin-medium
GET,/scim/{client}/v2/Users/{id},kratos-admin-medium
GET,/self-service/errors,kratos-public-low
GET,/self-service/fed-cm/parameters,kratos-public-low
POST,/self-service/fed-cm/token,kratos-public-high
POST,/self-service/login,kratos-public-high
GET,/self-service/login/api,kratos-public-medium
GET,/self-service/login/browser,kratos-public-medium
GET,/self-service/login/flows,kratos-public-low
HEAD,/self-service/fed-cm/parameters,kratos-public-low
GET,/self-service/logout,kratos-public-low
OPTIONS,/self-service/fed-cm/token,kratos-public-low
DELETE,/self-service/logout/api,kratos-public-medium
GET,/self-service/logout/browser,kratos-public-medium
GET,/self-service/login,kratos-public-low
OPTIONS,/self-service/login,kratos-public-low
GET,/self-service/methods/oidc/callback/{provider_id},kratos-public-medium
GET,/self-service/methods/oidc/organizations/{organization_id},kratos-public-medium
GET,/self-service/methods/saml/callback/{provider_id},kratos-public-medium
GET,/self-service/methods/saml/organizations/{organization_id},kratos-public-medium
POST,/self-service/recovery,kratos-public-high
HEAD,/self-service/login/browser,kratos-public-low
OPTIONS,/self-service/login/browser,kratos-public-low
POST,/self-service/login/browser,kratos-public-medium
GET,/self-service/recovery/api,kratos-public-medium
GET,/self-service/recovery/browser,kratos-public-medium
OPTIONS,/self-service/login/flows,kratos-public-low
GET,/self-service/recovery/flows,kratos-public-low
OPTIONS,/self-service/logout,kratos-public-low
POST,/self-service/registration,kratos-public-high
OPTIONS,/self-service/logout/browser,kratos-public-low
GET,/self-service/methods/oidc/callback,kratos-public-low
GET,/self-service/registration/api,kratos-public-medium
GET,/self-service/registration/browser,kratos-public-medium
GET,/self-service/registration/flows,kratos-public-low
POST,/self-service/settings,kratos-public-high
HEAD,/self-service/methods/oidc/callback/{provider_id},kratos-public-low
GET,/self-service/recovery,kratos-public-low
GET,/self-service/settings/api,kratos-public-medium
GET,/self-service/settings/browser,kratos-public-medium
GET,/self-service/settings/flows,kratos-public-low
POST,/self-service/verification,kratos-public-high
HEAD,/self-service/recovery,kratos-public-low
OPTIONS,/self-service/recovery,kratos-public-low
HEAD,/self-service/recovery/browser,kratos-public-low
GET,/self-service/verification/api,kratos-public-medium
GET,/self-service/verification/browser,kratos-public-medium
OPTIONS,/self-service/recovery/browser,kratos-public-low
GET,/self-service/verification/flows,kratos-public-low
OPTIONS,/self-service/recovery/flows,kratos-public-low
GET,/sessions,kratos-public-medium
DELETE,/sessions,kratos-public-high
DELETE,/sessions/{id},kratos-public-high
GET,/sessions/token-exchange,kratos-public-medium
GET,/self-service/registration,kratos-public-low
OPTIONS,/self-service/registration,kratos-public-low
HEAD,/self-service/registration/browser,kratos-public-low
GET,/sessions/whoami,kratos-public-low
OPTIONS,/self-service/registration/browser,kratos-public-low
GET,/self-service/settings,kratos-public-low
OPTIONS,/self-service/settings,kratos-public-low
GET,/self-service/verification,kratos-public-low
HEAD,/self-service/verification,kratos-public-low
OPTIONS,/self-service/verification,kratos-public-low
HEAD,/self-service/verification/browser,kratos-public-low
OPTIONS,/self-service/verification/flows,kratos-public-low
OPTIONS,/sessions,kratos-public-low
GET,/saml/.well-known/idp-metadata,polis-public-low
GET,/saml/.well-known/saml.cer,polis-public-low
GET,/saml/.well-known/sp-metadata,polis-public-low
GET,/saml/api/error,polis-public-low
POST,/saml/api/identity-federation/sso,polis-public-medium
GET,/saml/api/identity-federation/sso,polis-public-medium
POST,/saml/api/oauth/authorize,polis-public-medium
GET,/saml/api/oauth/authorize,polis-public-medium
GET,/saml/api/oauth/oidc,polis-public-medium
POST,/saml/api/oauth/saml,polis-public-medium
Loading
Loading