How to use the react-adal.adalFetch function in react-adal

To help you get started, we’ve selected a few react-adal examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / AspNetCore-React-WebApp / client / src / adalConfig.ts View on Github external
export const adalApiFetch = (fetch: (input: string, init: any) => Promise, url: string, options: any) =>
    adalFetch(authContext, adalConfig.endpoints.api, fetch, url, options);
github jjcollinge / terraform-deploy-to-azure / tfdeploy / src / adalConfig.js View on Github external
export const adalApiFetch = (fetch, url, options) =>
  adalFetch(authContext, {}, fetch, url, options);

react-adal

Azure Active Directory (ADAL) support for ReactJS

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis