Skip to content
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

examples: Add single page (React) app with OAuth #31534

Merged
merged 11 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,3 +392,9 @@ updates:
schedule:
interval: daily
time: "06:00"

- package-ecosystem: "npm"
directory: "/examples/single-page-app/ui"
schedule:
interval: daily
time: "06:00"
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
!\.coveragerc
!\.devcontainer
!\.dockerignore
!\.eslintrc.yml
!\.flake8
!\.gitattributes
!\.github
Expand Down Expand Up @@ -57,3 +58,17 @@ distribution/custom
examples/websocket/certs
/contrib/golang/**/test_data/go.sum
/contrib/golang/**/test_data/*/go.sum

examples/single-page-app/xds/lds.yml
!examples/single-page-app/ui/.env
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
*.bak
2 changes: 2 additions & 0 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ pkg_files(
srcs = glob([
"root/**/*.css",
"root/**/*.ico",
"root/**/*.jpeg",
"root/**/*.jpg",
"root/**/*.js",
"root/**/*.json",
"root/**/*.pb",
Expand Down
Binary file added docs/root/start/sandboxes/_static/spa-cookies.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/root/start/sandboxes/_static/spa-login.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/root/start/sandboxes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The following sandboxes are available:
rbac
redis
route-mirror
single-page-app
skywalking
tls-inspector
tls-sni
Expand Down