cmn-oauthcode
Page component to receive OAUTH2 codes from AAD (Common)
Install
npm install --save cmn-oauthcode
Description
Location & History as props, path exported. Fixed "resp" undefined. Fixed call #2. Removed "example", fixed ESLint some warnings. Changed call to /api/token. Introduced reducer. Introduced dispatch (exp.) @@INIT. Removed config from @@INIT. Reverted to combineReducers. Added LOGOUT_MESSAGE and LOGIN_ERROR.
Usage
import React from 'react';import App from './app';import OauthCode from 'cmn-oauthcode'; const OauthCodeStub = const location = ; const history = ; console; return <OauthCode = = />;; const AppRouter = <Router> <Switch> <Route ="/some" > <App /> </Route> <Route = = /> </Switch> </Router>;
License
MIT © dsouflis