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

adding lambda for scope fix #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mark-robustelli
Copy link
Contributor

@mark-robustelli mark-robustelli commented Apr 30, 2024


@mark-robustelli
Copy link
Contributor Author

Here were the steps I got to run

Clone repo:

From Repo root:
Docker compose up -d

In seperate terminal window:
ngrok http --request-header-add 'X-Forwarded-Port:443' 9011

from repo-root/complete-application
Composer install
Composer update
Composer install
./vendor/bin/sail up -d
./vendor/bin/sail composer require fusionauth/jwt-auth-webtoken-provider web-token/jwt-signature-algorithm-rsa
./vendor/bin/sail artisan migrate

Update .env with ngrok address with editor

(this step said the file already existed so may not have to do it)
./vendor/bin/sail artisan vendor:publish --provider="FusionAuth\JWTAuth\WebTokenProvider\Providers\WebTokenServiceProvider"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant