-
Notifications
You must be signed in to change notification settings - Fork 136
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
Describe WithOptionalUserAccessToken for BFF yarp #308
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-308.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-308.eastus2.azurestaticapps.net |
Is there anywhere else that we need to indicate that the other API requires some token? |
That's a good point. I've added a bit to the section on WithAccessToken to say that it requires the token. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-308.eastus2.azurestaticapps.net |
I also realized that I wasn't showing how to get an optional token using metadata. I've added that now, so this is ready for review @brockallen. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-308.eastus2.azurestaticapps.net |
Resolves #307