Skip to content

Commit

Permalink
examples: Add single page (React) app with OAuth (#31534)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: htuch <htuch@users.noreply.github.com>
  • Loading branch information
phlax and htuch committed Jan 16, 2024
1 parent e3d98cf commit 7d047cd
Show file tree
Hide file tree
Showing 59 changed files with 7,179 additions and 4 deletions.
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

0 comments on commit 7d047cd

Please sign in to comment.