Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
84428cd
Changing headings
daniloasis-auth0 Nov 27, 2025
3d5f5e8
Adding Event Stream Actions Spec
daniloasis-auth0 Jan 7, 2026
53c964f
Changing headings
daniloasis-auth0 Nov 27, 2025
dc4ce6b
Merge branch 'main' into feat/event-streams-actions
daniloasis-auth0 Jan 7, 2026
1c00009
Update event-stream-triggers.mdx
nick-gagliardi Jan 7, 2026
4bdde23
Update event-stream-triggers.mdx
nick-gagliardi Jan 7, 2026
82a6737
Updating content for event streams overview (WIP)
daniloasis-auth0 Jan 13, 2026
f41ce6b
Merge branch 'auth0:main' into feat/event-streams-actions
daniloasis-auth0 Jan 14, 2026
0c3b1bf
feat: add auth-link component (#240)
HVish Jan 14, 2026
1af8a26
feat: add Vale to Github Actions (#442)
darrickyong Jan 14, 2026
62a5c4c
fix: remove 1.3 and update 1.4 ui (#471)
darrickyong Jan 14, 2026
e237986
feat: add feature flag store (#465)
KelsiAnderson Jan 14, 2026
b06bdca
improve lychee config (again), fix links in customize section (#470)
hazel-nut Jan 14, 2026
54dea8f
fix: update default share image and front matter (#370)
hazel-nut Jan 14, 2026
0ad00ac
Replace quickstart metadata boolean fields with created_by string fie…
brth31 Jan 15, 2026
4f43e89
fix: remove migrate-actions-beta-to-final (#477)
nick-gagliardi Jan 15, 2026
f9fa9ea
fix: multiline front matter (#479)
hazel-nut Jan 15, 2026
936327a
Feature/refresh token metadata docs (#480)
nelsonmaia Jan 16, 2026
088f257
Update post-login-event-object.mdx (#481)
nick-gagliardi Jan 16, 2026
8332367
Update bulk user import schema article title (#482)
hazel-nut Jan 16, 2026
7702f70
Clean up steps and links in Entra ID SCIM article (#483)
hazel-nut Jan 16, 2026
9178c10
Updates for Migrate to Non Verifiable Callback URLs (#478)
avanscoy Jan 16, 2026
7644442
specified max (#484)
avanscoy Jan 16, 2026
e1acb43
Change twitter.com links to x.com (#485)
hazel-nut Jan 16, 2026
4bda988
Updated screenshot and instructions for changes to Vault access (#486)
avanscoy Jan 19, 2026
1e18f4f
Docs 5335 acul japanese docs (#488)
BcnCarlos Jan 20, 2026
8a91d6c
chore: bump `auth0-ai-langchain` to 1.0.1 (#491)
pmalouin Jan 20, 2026
8f61412
Update Go backend API quickstart documentation (#490)
developerkunal Jan 21, 2026
be19d2b
Removing warning from EA for Ephemeral Sessions with Actions (#462)
nelsonmaia Jan 22, 2026
0bcaee4
relocate/removed unmoored root articles (#496)
hazel-nut Jan 22, 2026
36f0b1f
Added TV rate limits (#466)
lrzhou25 Jan 22, 2026
fe8171e
Deprecation for Management API endpoints (#495)
avanscoy Jan 22, 2026
bdfcc88
fix: change domain from namespace to account domain (#497)
smwest3 Jan 22, 2026
a4798ac
Updating Event Stream Actions
daniloasis-auth0 Jan 23, 2026
02b0ac8
Minor change
daniloasis-auth0 Jan 23, 2026
d6058ca
Adding EA disclaimer
daniloasis-auth0 Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 23 additions & 0 deletions .github/workflows/vale-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Vale

on:
pull_request:
paths:
# Add paths to files we want Vale to check
- 'auth4genai/**/*.md'
- 'auth4genai/**/*.mdx'
- 'auth4genai/**/*.jsx'

jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- name: Install mdx2vast
run: npm install -g mdx2vast

- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2.1.1
with:
files: '["auth4genai/"]'
fail_on_error: true
2 changes: 1 addition & 1 deletion auth4genai/.vale.ini → .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
; - Only use {/* vale off */} / {/* vale on */} for
; narrow, one-off cases (quotes, unusual examples).

StylesPath = .vale/styles
StylesPath = auth4genai/.vale/styles

; Only report error-level issues. Suggestions and warnings are suppressed
; entirely so devs are not blocked on minor style nits.
Expand Down
2 changes: 1 addition & 1 deletion auth4genai/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
}
],
"socials": {
"x": "https://twitter.com/auth0",
"x": "https://x.com/auth0",
"github": "https://github.com/auth0/auth-for-genai",
"linkedin": "https://linkedin.com/company/auth0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Make sure you have [uv](https://docs.astral.sh/uv/) installed and run the follow
```bash wrap lines
cd backend
uv sync
uv add "auth0-ai-langchain>=1.0.0b5" "langgraph>=0.5.4" langchain-openai "langgraph-cli[inmem]>=0.3.6" --prerelease=allow
uv add "auth0-ai-langchain>=1.0.1" "langgraph>=0.5.4" langchain-openai "langgraph-cli[inmem]>=0.3.6" --prerelease=allow
```

### Update the environment file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Make sure you have [uv](https://docs.astral.sh/uv/) installed and run the follow
```bash wrap lines
cd backend
uv sync
uv add "auth0-ai-langchain>=1.0.0b5" openfga-sdk langgraph langchain-openai "langgraph-cli[inmem]" --prerelease=allow
uv add "auth0-ai-langchain>=1.0.1" openfga-sdk langgraph langchain-openai "langgraph-cli[inmem]" --prerelease=allow
```

### Update the environment file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Make sure you have [uv](https://docs.astral.sh/uv/) installed and run the follow
```bash wrap lines
cd backend
uv sync
uv add "auth0-ai-langchain>=1.0.0b5" "langgraph>=0.5.4" langchain-openai "langgraph-cli[inmem]>=0.3.6" google-api-python-client --prerelease=allow
uv add "auth0-ai-langchain>=1.0.1" "langgraph>=0.5.4" langchain-openai "langgraph-cli[inmem]>=0.3.6" google-api-python-client --prerelease=allow
```

### Update your environment file
Expand Down
49 changes: 34 additions & 15 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@

# See Lychee docs for more config info: https://lychee.cli.rs/guides/config/

cache = true # TODO: Update GitHub Action to use the cache
format = "detailed" # Default output format is compact, so show more info
verbose = "error" # List additional information in output about errors
no_progress = true # Hide progress bar
include_fragments = true # Check anchor links
include_verbatim = false # Don't check links inside code blocks
exclude_all_private = true # Exclude link local, loopback, and private IPs.

# Treat these HTTP response codes as success.
# 100-103, 200–299: Successful status codes. Lychee's default accept list.
# 302 Found, 307 Temporary Redirect: Used in auth flows and login-gated docs.
# 403 Forbidden: Often from blocking unauthenticated requests or bots.
# 429 Too Many Requests: Often from rate-limiting bots.
accept = ["100..=103", "200..=299", "302", "307", "403", "429"]
# Cache only successful results to avoid re-checking valid links.
# TODO: Update GitHub Action to use the cache
cache = true
cache_exclude_status = "300.."

# Set a root dir so Lychee can resolve relative links to URIs, even though we
# exclude relative links in the actual check.
Expand All @@ -31,23 +28,45 @@ exclude = [
'^https://dashboard\.fga\.dev',
'^https://accounts\.auth0\.com',
'^https://oktawiki\.atlassian\.net/',
'^https://partners\.marketplace\.auth0\.com',

# Exclude other sites that require interactive login.
'^https://admin\.microsoft\.com',
'^https://app\.mailjet\.com',
'^https://console\.aws\.amazon\.com',
'^https://(console|portal)\.aws\.amazon\.com',
'^https://portal\.azure\.com',
'^https://my\.sailthru\.com',
'^https://login\.constantcontact\.com',
'^https://console\.developers\.google\.com',

# Exclude anchors on our dynamically-rendered API docs.
# Exclude npmjs because they aggressively 403 anything bot-shaped.
'^https://www\.npmjs\.(com|org)',

# Exclude schema namespaces.
'^http://schemas\.xmlsoap\.org',
'^https://aws\.amazon\.com/SAML/Attributes',


# Exclude anchor links on pages that either load dynamically or use anchors
# in URLs in strange ways that don't correspond to page anchors.

# Our own dynamically-rendered API docs.
'^https://auth0\.com/docs(?:/(fr-ca|ja-jp))?/api/authentication.*#',
'^https://auth0\.com/docs(?:/(fr-ca|ja-jp))?/api/management/v2.*#',

# Exclude GitHub links specific lines in a file because Lychee can't check
# the line highlighting anchor.
'^https://github.com/.*#L[0-9]+',
# Dynamic docs
'^https://developer.adobe.com/marketo-apis/api/.*/#',
'^https://developer.apple.com/documentation/.*#',
'^https://developers.facebook.com/docs/.*#',
# GitHub line highlighting is dynamic.
'^https://github\.com/.*#L[0-9]+',
# canirequire uses the anchor to hold the search term.
'^https://auth0-extensions\.github\.io/canirequire/#',
# Alterian uses anchors to separate pages...?
'^https://cm.help.alterian.com/.*#',

# Exclude non-resolving links in components (e.g. TokenVaultConfigBlock)
# because Lychee doesn't recognize the component to skip the check.
# TODO: Look into file preprocessing to remove links in components.
'^https://graph.microsoft.com',
'^https://auth.snapchat.com',
'^https://graph\.microsoft\.com',
'^https://auth\.snapchat\.com'
]
Loading