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

Need Authentication and Authorization feature #243

Open
JeevankumarDharmalingam opened this issue Nov 20, 2023 · 2 comments
Open

Need Authentication and Authorization feature #243

JeevankumarDharmalingam opened this issue Nov 20, 2023 · 2 comments

Comments

@JeevankumarDharmalingam

Need to implement msal authentication and authorization to track the requests

@islxyqwe
Copy link
Contributor

Graphic Walker only sends requests to fetch resources.
you can add your custom authentication in the passed computation function, e.g.

const computation = async (query) => {
    // do smth about authentication
    // send request to fetch result data
    return data;
}

<GraphicWalker
    rawFields={rawFields}
    computation={computation}
/>

@ObservedObserver
Copy link
Member

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]

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

No branches or pull requests

3 participants