-
Notifications
You must be signed in to change notification settings - Fork 35
Feat/event streams actions #454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
daniloasis-auth0
wants to merge
36
commits into
auth0:main
from
daniloasis-auth0:feat/event-streams-actions
Closed
Feat/event streams actions #454
daniloasis-auth0
wants to merge
36
commits into
auth0:main
from
daniloasis-auth0:feat/event-streams-actions
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
…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)
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Adding Event Stream Actions Specs and Guidance
References
Testing
Checklist