-
-
Notifications
You must be signed in to change notification settings - Fork 47
refactor: third-party app #1325
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
base: master
Are you sure you want to change the base?
Conversation
Add third-party app for SPA and native app
Deploying logto-docs with
|
| Latest commit: |
8dcc317
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://222011af.logto-docs.pages.dev |
| Branch Preview URL: | https://rany-third-party-app.logto-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request refactors the third-party application documentation to support multiple application types (Traditional Web, SPA, and Native apps) instead of a single generic OIDC integration. The changes improve documentation clarity by providing specific guidance for each application architecture.
- Replaces generic "third-party OIDC" documentation with three specialized guides for Traditional Web, SPA, and Native apps
- Updates redirect rules to point old OIDC URLs to the new traditional web app documentation
- Adds new SVG logos for SPA and Native app types
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
static/_redirects-docs |
Adds redirects from old /integrations/third-party-oidc and /quick-starts/third-party-oidc paths to the new traditional web app path |
static-localized/en/img/logo/spa.svg |
Adds new logo for Single Page App third-party integration type |
static-localized/en/img/logo/native.svg |
Adds new logo for Native app third-party integration type |
docs/use-cases/ai/fragments/_configure-third-party-ai-agent.mdx |
Updates import path from nested OIDC directory to parent third-party directory |
docs/quick-starts/third-party/traditional-web/README.mdx |
New documentation for Traditional Web app third-party integration with server-side authentication |
docs/quick-starts/third-party/spa/README.mdx |
New documentation for SPA third-party integration with PKCE support |
docs/quick-starts/third-party/oidc/_quick-starts-reference.md |
Removed old reference file from OIDC-specific directory |
docs/quick-starts/third-party/oidc/README.mdx |
Removed old generic OIDC documentation |
docs/quick-starts/third-party/native/README.mdx |
New documentation for Native app third-party integration with PKCE support |
docs/quick-starts/third-party/_quick-starts-reference.md |
Moved and updated reference content to parent directory, removing Traditional Web-specific constraints |
docs/integrate-logto/third-party-applications/README.mdx |
Updated main documentation to describe all three application types and their specific authentication requirements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying logto-docs-tutorials with
|
| Latest commit: |
8dcc317
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1e277b51.logto-docs-tutorials.pages.dev |
| Branch Preview URL: | https://rany-third-party-app.logto-docs-tutorials.pages.dev |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… into rany-third-party-app
Summary
Add third-party app for SPA and native app