Skip to content

Conversation

@daniloasis-auth0
Copy link
Contributor

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Describe the purpose of this PR along with any background information and the impacts of the proposed change. For the benefit of the community, please do not assume prior context.

Provide details that support your chosen implementation, including: breaking changes, alternatives considered, changes to the API, etc.

If the UI is being changed, please provide screenshots.

Adding Event Stream Actions Specs and Guidance

References

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • Auth0 Community post
  • StackOverflow post
  • Support forum thread
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

daniloasis-auth0 and others added 30 commits December 23, 2025 08:05
* feat: add auth-link component

* escape window rootStore keys

* use authlinks in other pages for uniformity

---------

Co-authored-by: Sarah West <sarah.west@okta.com>
* feat: adding featreu flag store to docs-v2 frontend

* fix: increading polling interval

* docs: add JSDoc comment for getFeatureFlags function
)

* update lychee config to remove unnecessary error exclusions and add specific domain exclusions, plus better caching

* fix all the links in the customize section

* temporarily exclude auth0.com/docs/
…ld (auth0#476)

Replace the two boolean metadata fields (created_via_quickstart and
used_quickstart_AI_prompt) with a single string field (created_by) in
quickstart documentation commands.

Changes:
- created_via_quickstart=true + used_quickstart_AI_prompt=true
  → created_by="quickstart-docs-ai-prompt"
- created_via_quickstart=true + used_quickstart_AI_prompt=false
  → created_by="quickstart-docs-manual"

Affected files:
- main/docs/quickstart/webapp/nextjs/index.mdx
- main/docs/quickstart/spa/react/index.mdx
- main/docs/quickstart/spa/angular/index.mdx
- main/docs/quickstart/spa/vanillajs/index.mdx

Co-authored-by: Claude <noreply@anthropic.com>
* Update docs.json

* Delete main/docs/customize/actions/migrate/migrate-from-actions-beta-to-final.mdx
* docs: add refresh token metadata documentation

Add documentation for the Refresh Token Metadata feature (Early Access),
including an overview page and configuration guide with Actions and
Management API examples.

* docs: clarify RT metadata availability and improve use cases

- Clarify that metadata can be SET during any flow but READ only during
  refresh token exchange when event.refresh_token exists
- Simplify supported flows list (remove duplicate flow variants)
- Add use cases showing SET at initial auth and CONSUME during RT exchange
- Add device validation example with country change detection

* docs: add Refresh Token Exchange to supported flows

Refresh Token Exchange allows both setting and reading metadata since
event.refresh_token exists in this flow.
Fixes the rendering of HTML in post-login-event-object
* Clean up steps and links in Entra ID SCIM article

* thanks lychee!

* fix typos
* Updating migration guide

* Broken QS link fix

* Updated URL

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-non-verifiable-callback-uri-end-user-confirmation.mdx

Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-non-verifiable-callback-uri-end-user-confirmation.mdx

Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-non-verifiable-callback-uri-end-user-confirmation.mdx

Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-non-verifiable-callback-uri-end-user-confirmation.mdx

Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>

---------

Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>
* Update advanced-customizations.mdx

* Update reference.mdx

* Delete main/docs/ja-jp/customize/login-pages/advanced-customizations/getting-started.mdx

* Delete main/docs/ja-jp/customize/login-pages/advanced-customizations/build-user-flows.mdx

* Delete main/docs/ja-jp/customize/login-pages/advanced-customizations/reference directory

* Delete main/docs/ja-jp/customize/login-pages/advanced-customizations/build-user-flows directory

* Delete main/docs/ja-jp/customize/login-pages/advanced-customizations/getting-started directory

* Create quickstart.mdx

* Create acul-use-cases.mdx

* Update acul-use-cases.mdx

* Update acul-use-cases.mdx

* Create configure.mdx

* Create deployment-workflow.mdx

* Create development-workflow.mdx

* Create create-theme-tailwind.mdx

* Create integrate-custom-component.mdx

* Update docs.json
- Modernize documentation with go-jwt-middleware latest version
- Add comprehensive tutorial with 11 steps (index.mdx) and 10 steps (interactive.mdx)
- Introduce modern UI components (Cards, Accordions, Steps, Tips, Warnings)
- Add config package pattern for centralized environment variable management
- Separate CustomClaims into dedicated claims.go file for better organization
- Add useful Validate() method with optional scope validation
- Update all endpoints to /api/private-scoped (was /api/scoped)
- Add WithValidateOnOptions(false) for CORS preflight handling
- Remove invalid issuer error from troubleshooting (code handles trailing slash automatically)
- Update all code snippets to match auth0-golang-api-samples repository structure
- Add new snippet files: claims.go.mdx, config.go.mdx, handlers.go.mdx, middleware.go.mdx, validator.go.mdx
- Update 02-using.mdx with correct port (8080) and endpoint URLs
- Fix troubleshooting guide numbering after removing invalid issuer section
- Remove orphaned _index.mdx file
- Remove write:messages permission (only read:messages is used)
lrzhou25 and others added 6 commits January 22, 2026 19:53
* Added TV rate limits

* Update tier-100-rps-private-cloud.mdx

* Update tier-10000-rps-private-cloud.mdx

* Update tier-1500-rps-private-cloud.mdx

* Update tier-20-development-private-cloud.mdx

* Update tier-3000-rps-private-cloud.mdx

* Update tier-500-rps-private-cloud.mdx

* Update tier-6000-rps-private-cloud.mdx
* Update for Management API scopes

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-connection-options-scope.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-connection-options-scope.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-connection-options-scope.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-connection-options-scope.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-connection-options-scope.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Remove duplicate entry on Deprecations and Migrations page

* Update main/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-connection-options-scope.mdx

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>

* Removed file extension

---------

Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>
* fix: change domain from namespace to account domain
* fix: minor version bump, address nit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.