-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/development' into development
# Conflicts: # astro/public/img/icons/cross-platform-gaming-accounts.svg # astro/public/img/icons/identity-provider-gaming-esports.svg # astro/public/img/icons/oauth-authorization-grant.svg # astro/public/img/icons/registration-traffic-game-launches.svg # astro/public/img/icons/securing-gaming-user-accounts.svg # astro/public/img/icons/self-hosting-reduce-latency-gaming.svg # astro/src/components/nav/ComposableNav.astro # astro/src/components/side-nav/DocsSideNav.astro # astro/src/components/side-nav/SideNavCategory.astro # astro/src/layouts/Default.astro
- Loading branch information
Showing
757 changed files
with
11,642 additions
and
4,786 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: filiph/[email protected] | ||
with: | ||
arguments: https://fusionauth.dev/ --skip-file .github/linkcheck-skip.txt | ||
arguments: https://fusionauth.dev/docs/ --skip-file .github/linkcheck-skip.txt | ||
name: linkcheck |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
name: lambda-site-origin-request-handler | ||
|
||
env: | ||
AWS_REGION: us-east-1 | ||
|
||
on: | ||
push: | ||
branches: | ||
- development | ||
paths: | ||
- 'src/lambdas/site-origin-request-handler/src/index.mjs' | ||
- 'src/lambdas/site-origin-request-handler/terraform/**' | ||
pull_request: | ||
branches: | ||
- development | ||
paths: | ||
- 'src/lambdas/site-origin-request-handler/src/index.mjs' | ||
- 'src/lambdas/site-origin-request-handler/terraform/**' | ||
|
||
permissions: | ||
id-token: write | ||
contents: read | ||
|
||
jobs: | ||
deploy: | ||
runs-on: fusionauth-standard | ||
container: 752443094709.dkr.ecr.us-west-2.amazonaws.com/gha-runner-ubuntu-22.04:bootstrap-05 | ||
steps: | ||
|
||
- name: checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
sparse-checkout: | | ||
src | ||
- name: set aws credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
with: | ||
role-chaining: true | ||
role-to-assume: arn:aws:iam::752443094709:role/github-actions | ||
role-session-name: github-actions | ||
aws-region: ${{ env.AWS_REGION }} | ||
|
||
- name: setup terraform | ||
uses: hashicorp/setup-terraform@v2 | ||
with: | ||
terraform_version: 1.6.2 | ||
|
||
- name: terraform plan | ||
if: github.event_name == 'pull_request' | ||
working-directory: src/lambdas/site-origin-request-handler/terraform | ||
shell: bash | ||
run: terraform init && terraform plan | ||
|
||
- name: terraform apply | ||
if: github.event_name == 'push' | ||
working-directory: src/lambdas/site-origin-request-handler/terraform | ||
shell: bash | ||
run: terraform init && terraform apply -auto-approve |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: publish-site-redirect-rules-to-s3 | ||
|
||
env: | ||
AWS_ACCOUNT_ID: '172023253951' | ||
AWS_REGION: us-east-1 | ||
|
||
on: | ||
push: | ||
branches: | ||
- development | ||
paths: | ||
- 'src/lambdas/site-origin-request-handler/data/redirects.json' | ||
|
||
permissions: | ||
id-token: write | ||
contents: read | ||
|
||
jobs: | ||
publish-to-s3: | ||
runs-on: fusionauth-standard | ||
container: 752443094709.dkr.ecr.us-west-2.amazonaws.com/gha-runner-ubuntu-22.04:bootstrap-05 | ||
steps: | ||
|
||
- name: checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: set aws credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
with: | ||
role-chaining: true | ||
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/github-actions | ||
role-session-name: github-actions | ||
aws-region: ${{ env.AWS_REGION }} | ||
|
||
- name: upload file to s3 | ||
working-directory: src/lambdas/site-origin-request-handler/data | ||
run: | | ||
aws s3 cp ./redirects.json s3://fusionauth-dev-us-east-1-artifacts/lambda/site-origin-request-handler/redirects.json |
This file contains 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
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+104 KB
astro/public/img/blogs/anonymous-user/anonymous-user-in-admin-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.3 KB
.../img/blogs/dotnet-templates/fusionauth-visualstudio-templates-vsmarketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+451 KB
astro/public/img/blogs/dotnet-templates/header-fusionauth-dotnet-templates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+97.1 KB
astro/public/img/blogs/dotnet-templates/vs-fusionauth-template-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+204 KB
astro/public/img/blogs/fusionauth-colorado-company-to-watch/fa-team-2023.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.16 KB
(93%)
astro/public/img/docs/extend/events-and-webhooks/webhook-settings-security.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+111 KB
astro/public/img/docs/extend/events-and-webhooks/webhook-settings-signature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-88.5 KB
(53%)
astro/public/img/docs/extend/events-and-webhooks/webhook-test.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+155 KB
astro/public/img/docs/get-started/core-concepts/user-search-extended-a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+110 KB
astro/public/img/docs/get-started/core-concepts/user-search-extended-b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+112 KB
astro/public/img/docs/get-started/core-concepts/user-search-extended-c.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.