We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to implement msal authentication and authorization to track the requests
The text was updated successfully, but these errors were encountered:
Graphic Walker only sends requests to fetch resources. you can add your custom authentication in the passed computation function, e.g.
computation
const computation = async (query) => { // do smth about authentication // send request to fetch result data return data; } <GraphicWalker rawFields={rawFields} computation={computation} />
Sorry, something went wrong.
If you need a out-of-box auth solution with graphic walker, welcome to check graphic walker enterprise version: https://kanaries.net/home/graphic-walker or contact [email protected]
No branches or pull requests
Need to implement msal authentication and authorization to track the requests
The text was updated successfully, but these errors were encountered: