Skip to content

Commit 46983ba

Browse files
committed
Merge branch 'master' into feat/webauthn/base
2 parents 00196dd + e1a9cba commit 46983ba

File tree

386 files changed

+31827
-31067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+31827
-31067
lines changed

v3/.vale/SuperTokens/acronyms.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ exceptions:
1515
- SDK
1616
- TOKEN
1717
- OTP
18+
- PHP
19+
- JWT
1820
- SMS
1921
- EMAIL
22+
- CSRF
2023
- PHONE
2124
- MFA
2225
- DOM
2326
- GET
2427
- PKCE
28+
- POST
2529
- SSO
2630
- CORS
2731
- UX
@@ -41,4 +45,5 @@ exceptions:
4145
- XML
4246
- XSS
4347
- YAML
48+
- TOTP
4449
- ZIP

v3/.vale/SuperTokens/headings.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ match: $sentence
66
exceptions:
77
- SuperTokens
88
- OTP
9+
- OAuth2
10+
- Access Token
11+
- Refresh Token
12+
- POST
913
- GitHub
1014
- GitLab
1115
- LinkedIn
@@ -22,3 +26,30 @@ exceptions:
2226
- CORS
2327
- XML
2428
- SAML
29+
- GrantType
30+
- TokenEndpointAuthMethod
31+
- ResponseType
32+
- Body Schema
33+
- Time Duration
34+
- Resource Owner
35+
- Authorization Server
36+
- Resource Server
37+
- API
38+
- MFA
39+
- ID Token
40+
- Authorization Code Grant
41+
- Proof Key for Code Exchange (PKCE)
42+
- Authorization Service Frontend
43+
- Authorization Service Backend
44+
- JWT
45+
- Authorization Service
46+
- SuperTokens Session Access Tokens
47+
- M2M
48+
- SuperTokens Session Refresh Tokens
49+
- OAuth2 Access Tokens
50+
- OAuth2 Refresh Tokens
51+
- Unified Login
52+
- JWT
53+
- JWTs
54+
- UI
55+
- Token

v3/.vale/SuperTokens/spelling.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ filters:
7171
- "Hasura"
7272
- "OAuth"
7373
- "GitHub"
74+
- "Validator"
7475
# Corect usage for these words are enforced in words.yml
7576
- "config"
7677
- "param"
@@ -85,3 +86,4 @@ filters:
8586
- "Entra"
8687
- "[Uu]nlink[ing]"
8788
- "deduplication"
89+
- "Callout"

v3/.vale/SuperTokens/weasel-words.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "Avoid filler words that don’t add value."
2+
message: "Avoid filler words that don’t add value: '%s'"
33
link: https://github.com/supertokens/docs/blob/master/v3/CONTRIBUTING.md#4-conciseness
44
level: warning
55
scope: text

v3/docs/_blocks/oauth-tokens-callout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
:::caution
33
This guide only applies to scenarios which involve **SuperTokens Session Access Tokens**.
44

5-
If you are implementing either, [**Unified Login**](/docs/authentication/unified-login/introduction) or [**Microservice Authentication**](/docs/authentication/m2m/introduction), features that make use of **OAuth2 Access Tokens**, please check the [separate page](/docs/authentication/unified-login/customizations/verify-tokens) that shows you how to verify those types of tokens.
5+
If you are implementing either, [**Unified Login**](/docs/authentication/unified-login/introduction) or [**Microservice Authentication**](/docs/authentication/m2m/introduction), features that make use of **OAuth2 Access Tokens**, please check the [separate page](/docs/authentication/unified-login/verify-tokens) that shows you how to verify those types of tokens.
66
:::

0 commit comments

Comments
 (0)