Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@axa-fr/react-oidc-context-fetch

AxaGuilDEv810MIT3.1.7TypeScript support: included

Inject authentification behavior to fetch using react High Order Component

oidc, context-api, OpenID Connect, openid, oauth2, react-component

readme

@axa-fr/react-oidc-context-fetch

About

This component allows by composition to improve "fetch" of new behavior. The "fetch" return to the same signature as "fetch". You do not have to use these components if they do not meet your needs. The purpose of these components is to avoid you always writing the same code and normalize the behavior (url, redirection, ect.) of your applications.

  • withFetchRedirectionOn403
    • Allow to redirects to the unauthorized route
  • withFetchSilentAuthenticateAndRetryOn401
    • Triggers authentication the update of the token if it has expired
  • withFetchToken
    • Injects the token jwt in bearer mode to make the REST call to the server
  • withAuthentication
    • Composition of the previous 3 behaviors.

Getting Started

npm install @axa-fr/react-oidc-context-fetch --save
import { compose, lifecycle } from 'recompose';
import { withAuthentication } from '@axa-fr/react-oidc-context-fetch';

const enhance = compose(
  withAuthentication,
  lifecycle({
    componentWillMount() {
      // This "fetch" manage more than the orginal fetch
      this.props
        .fetch('/yourapi')
        .then(function(response) {
          // Do Something
        })
        .then(function(body) {
          // Do Something else
        });
    }
  })
);

export default enhance(FleetDeclaration);

changelog

Changelog

All notable changes to this project will be documented in this file.

v3.1.6

13 October 2020

  • feat(context): Allowing hooking into the oidc-client events in the AuthenticationProvider #415 by Michael Wolfenden
  • chore(release): publish v3.1.6 NO_CI 9c1a618 by Build-CI
  • docs(changelog) update to new 3.1.5 02ad255 by Build-CI
  • feat(logger): remove debug overriddenConfiguration f23bebd by Arnaud Foraison
  • fix(example): add hook dependency b491c02 by Arnaud Foraison

v3.1.5

8 September 2020

  • Add prop-types as dependency #507 by Olivier YOUF
  • fix(core): keep location.hash in the url used to redirect after login #515 by jreimbold-t1
  • fix: move prop-types from peer to dependencies a53a189 by Arnaud Foraison
  • chore(release): publish v3.1.5 NO_CI 0a24a04 by Build-CI
  • docs(changelog) update to new 3.1.4 b43b45d by Build-CI

v3.1.4

14 July 2020

  • fix(context): made type for AuthenticationProviderProps partial #473 by Olivier YOUF
  • chore(release): publish v3.1.4 NO_CI aea9407 by Build-CI
  • docs(changelog) update to new 3.1.3 c3043c4 by Build-CI

v3.1.3

16 June 2020

  • style: remove overwritten property jsx-filename-extension #468 by Olivier YOUF
  • fix(Vanilla): return type callback with signinSilent #469 by Olivier YOUF
  • feat(react-oidc-redux): Adding Redux Authenticating component #463 by Olivier YOUF
  • Fix types for AuthenticationProvider and withOidcUser #457 by Olivier YOUF
  • chore(release): publish v3.1.3 NO_CI 5b4db53 by Build-CI
  • Replace Pick with Omit 7f160b7 by Vincent Ricard
  • docs(changelog) update to new 3.1.2 faa73a7 by Build-CI

v3.1.2

11 June 2020

  • fix(context): Renrender children aftersilent signin #464 by Olivier YOUF
  • chore(release): publish v3.1.2 NO_CI 6dbcbc8 by Build-CI
  • Add usage example to demo e3bb8b0 by Viet VO
  • Fix types for AuthenticationProvider and withOidcUser 5004289 by Vincent Ricard
  • Add readme be2bb57 by Viet VO
  • Add config option to OidcSecure 7881742 by Viet VO
  • PR: change to authenticating bf06f9e by Viet VO
  • fix(Vanilla): return type callback with signinSilent 3d4f8af by Hamza HAMIDI
  • style: remove overwritten property jsx-filename-extension 5dee604 by Hamza Hamidi
  • docs(changelog) update to new 3.1.1 dd8b685 by Build-CI
  • remove useMemo 4cbf8f2 by Viet VO

v3.1.1

25 May 2020

  • chore(release): publish v3.1.1 NO_CI 1500b7e by Build-CI
  • docs(changelog) update to new 3.1.1-alpha.0 90ea0c9 by Build-CI

v3.1.1-alpha.0

20 May 2020

  • fix(context): Memoize the child component #451 by Olivier YOUF
  • chore(release): publish v3.1.1-alpha.0 NO_CI dc8ee89 by Build-CI
  • docs(changelog) update to new 3.1.0-alpha.0 6a33c46 by Build-CI

v3.1.0-alpha.0

12 May 2020

  • fix: add logout action #439 by Olivier YOUF
  • refactor(context): Refactor/containers providers #432 by Olivier YOUF
  • Typescript migration #410 by Olivier YOUF
  • Remove all occurences of 'triggerAuthFlow' #425 by Olivier YOUF
  • Overrides the react-redux dependency #424 by Olivier YOUF
  • Fix minor typos in docs #414 by Tommi Laukkanen
  • Remove all occurences of 'triggerAuthFlow' #392 by Vincent Ricard
  • Upgrade Jest 7281ee1 by Vincent Ricard
  • Migration of packages/core 9f518a5 by Vincent Ricard
  • Format code with prettier and fix lint errors 52ae362 by Vincent Ricard
  • WIP b123a42 by Vincent Ricard
  • WIP context package 0fa40e9 by Vincent Ricard
  • WIP redux package b251bcc by Vincent Ricard
  • Rename OidcHistory into ReactOidcHistory 760c77f by Vincent Ricard
  • chore(release): publish v3.1.0-alpha.0 NO_CI 892f3cb by Build-CI
  • chore(release): publish v3.0.9-alpha.0 NO_CI 61c8884 by Build-CI
  • WIP 0282c3c by Vincent Ricard
  • Fix some tests 6a7b09c by Vincent Ricard
  • docs(changelog) update to new 3.0.9-alpha.0 08a6938 by Build-CI
  • Add specific type ofr UserStore 1b44db5 by Vincent Ricard
  • WIP redux-fetch package a8bed40 by Vincent Ricard
  • WIP context-fetch package fd6f8f2 by Vincent Ricard
  • docs(changelog) update to new 3.0.8 f28c0ed by Build-CI
  • Revert a useless modification in fetch-core/package.json fa101b8 by Vincent Ricard

v3.0.8

14 February 2020

  • fix(options): options can be overrided #399 by Guillaume Chervet
  • fix(fetchToken): options override #398 by Guillaume Chervet
  • chore(release): publish v3.0.8 NO_CI ecccc47 by Build-CI
  • docs(changelog) update to new 3.0.7 1c2e599 by Build-CI

v3.0.7

7 February 2020

  • chore(deps-dev): bump concurrently from 4.1.2 to 5.1.0 #393 by dependabot-preview[bot]
  • refactor(log): Replace console.log by oidcLog #386 by Cockedey Sébastien
  • chore(release): publish v3.0.7 NO_CI 9bdbb89 by Build-CI
  • docs(changelog) update to new 3.0.6 46055a6 by Build-CI

v3.0.6

7 January 2020

  • feat(components): add bem to default components #384 by Guillaume Chervet
  • chore(release): publish v3.0.6 NO_CI db79cce by Build-CI
  • docs(changelog) update to new 3.0.6-alpha.0 c55f2ed by Build-CI

v3.0.6-alpha.0

5 January 2020

  • fix(SessionLost): complete re-auth automaticaly first time display #373 by Guillaume Chervet
  • chore(deps-dev): bump eslint-plugin-react-hooks from 1.7.0 to 2.3.0 #363 by dependabot-preview[bot]
  • chore(deps-dev): bump redux from 4.0.4 to 4.0.5 #372 by dependabot-preview[bot]
  • chore(deps-dev): bump @babel/cli from 7.7.4 to 7.7.7 #369 by dependabot-preview[bot]
  • chore(deps-dev): bump oidc-client from 1.9.1 to 1.10.1 #366 by dependabot-preview[bot]
  • chore(deps-dev): bump auto-changelog from 1.16.1 to 1.16.2 #367 by dependabot-preview[bot]
  • chore(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.19.1 #364 by dependabot-preview[bot]
  • chore(deps-dev): bump @testing-library/jest-dom from 4.1.0 to 4.2.4 #368 by dependabot-preview[bot]
  • chore(deps): bump @typescript-eslint/parser from 2.3.2 to 2.14.0 #371 by dependabot-preview[bot]
  • chore(deps-dev): bump inquirer from 6.5.2 to 7.0.1 #365 by dependabot-preview[bot]
  • chore(release): publish v3.0.6-alpha.0 NO_CI c871a60 by Build-CI
  • docs(changelog) update to new 3.0.5-alpha.0 96a24a9 by Build-CI

v3.0.5-alpha.0

3 January 2020

  • chore(deps-dev): bump @testing-library/react from 8.0.9 to 9.4.0 #358 by dependabot-preview[bot]
  • chore(deps): [security] bump lodash.template from 4.4.0 to 4.5.0 #230 by dependabot-preview[bot]
  • Can set the JWT in memory #354 by Olivier YOUF
  • fix(all): F5 always re-auth and manage session lost #319 by Olivier YOUF
  • chore(deps): bump enzyme-adapter-react-16 from 1.14.0 to 1.15.2 #359 by dependabot-preview[bot]
  • chore(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 #357 by dependabot-preview[bot]
  • chore(deps-dev): bump redux-oidc from 3.1.5 to 3.1.7 #336 by dependabot-preview[bot]
  • chore(deps-dev): bump typescript from 3.6.3 to 3.7.4 #361 by dependabot-preview[bot]
  • chore(deps-dev): bump @babel/preset-react from 7.0.0 to 7.7.4 #347 by dependabot-preview[bot]
  • chore(deps): [security] bump https-proxy-agent from 2.2.2 to 2.2.4 #345 by dependabot-preview[bot]
  • chore(deps-dev): bump lint-staged from 8.2.1 to 9.5.0 #348 by dependabot-preview[bot]
  • chore(deps-dev): bump react-redux from 5.1.1 to 7.1.3 #334 by dependabot-preview[bot]
  • chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 23.2.0 #362 by dependabot-preview[bot]
  • feat(context): Add events in useReactOidc hook #343 by Olivier YOUF
  • chore(release): publish v3.0.5-alpha.0 NO_CI 6fa041a by Build-CI
  • fix(sessionlost) typo dd69fe6 by guillaume chervet
  • fix(sessionlost) typo 2d8427f by guillaume chervet
  • refactor(auth) refresh branch and clean things 59dedc1 by guillaume chervet
  • docs(changelog) update to new 3.0.4-alpha.0 b201e35 by Build-CI

v3.0.4-alpha.0

18 November 2019

  • fix(context): avoid errors on console with custom callback #341 by Olivier YOUF
  • fix(context): Fix silent crash #340 by Olivier YOUF
  • doc(oidc-metadata): add document about metadata #330 by Guillaume Chervet
  • chore(release): publish v3.0.4-alpha.0 NO_CI f8d7557 by Build-CI
  • docs(changelog) update to new 3.0.3-alpha.0 6b0fc09 by Build-CI

v3.0.3-alpha.0

5 November 2019

  • fix(redux) oidcSecure hoc was not working #331 by Guillaume Chervet
  • wip e5d41f8 by guillaume chervet
  • wip d03101d by guillaume chervet
  • chore(release): publish v3.0.3-alpha.0 NO_CI 9b8de3b by Build-CI
  • maj b2d63e8 by guillaume chervet
  • wip 5613367 by guillaume chervet
  • docs(changelog) update to new 3.0.2-alpha.0 5f22a9f by Build-CI

v3.0.2-alpha.0

15 October 2019

  • Fix component prop type validation to use elementType #321 by Henri Koskenranta
  • fix(router) : Add some polyfills for IE #314 by Olivier YOUF
  • chore(mergify) add sonar rules #313 by Guillaume Chervet
  • refactor(context) : remove callback OR in core #310 by Olivier YOUF
  • chore(deps-dev): bump cross-env from 5.2.0 to 6.0.0 #306 by dependabot-preview[bot]
  • chore(deps-dev): bump redux from 4.0.1 to 4.0.4 #243 by dependabot-preview[bot]
  • fix(all) F5 always re-auth and manage session lost ee0c13f by guillaume chervet
  • wip b2a7185 by guillaume chervet
  • chore(release): publish v3.0.2-alpha.0 NO_CI 1e74a2c by Build-CI
  • docs(changelog) update to new 3.0.1-alpha.0 75b21af by Build-CI
  • wip e20c897 by guillaume chervet

v3.0.1-alpha.0

25 September 2019

  • feat(all) Add callback component #303 by Madebymaurice
  • doc(package) add better keword and update licence #304 by Guillaume Chervet
  • docs: fixed a typo on AuthenticationProvider #295 by Jean-Lou Piermé
  • fix(sample:redux) typo to get the condition working #292 by Markus Lasermann
  • chore(release): publish v3.0.1-alpha.0 NO_CI 3a6de2e by Build-CI
  • docs(changelog) update to new 3.0.0-alpha.0 1953c47 by Build-CI

v3.0.0-alpha.0

2 September 2019

  • feat(router) Agnostic router #290 by Arnaud Foraison
  • fix(licence)set correct entity name #285 by Guillaume Chervet
  • chore(release): publish v3.0.0-alpha.0 NO_CI 6192d98 by Build-CI
  • docs(changelog) update to new 2.0.8 db610e3 by Build-CI

v2.0.8

20 August 2019

  • fix(redux) F5 always re-auth #278 by Guillaume Chervet
  • fix(redux) sample react route problem #277 by Guillaume Chervet
  • chore(release): publish v2.0.8 NO_CI ebe2d7d by Build-CI
  • docs(changelog) update to new 2.0.7 5264289 by Build-CI

v2.0.7

13 August 2019

  • fix(redux) workflow #271 by Guillaume Chervet
  • chore(release): publish v2.0.7 NO_CI a45f630 by Build-CI
  • docs(changelog) update to new 2.0.6 356afab by Build-CI

v2.0.6

9 August 2019

  • fix(redux) workflow #266 by Guillaume Chervet
  • chore(release): publish v2.0.6 NO_CI a55b16e by Build-CI
  • docs(changelog) update to new 2.0.5 44cc13b by Build-CI

v2.0.5

5 August 2019

  • fix(redux) incorrect properties #262 by Guillaume Chervet
  • chore(release): publish v2.0.5 NO_CI fff2d20 by Build-CI
  • docs(changelog) update to new 2.0.4 a43242b by Build-CI

v2.0.4

5 August 2019

  • fix(redux) upgrade react router version #261 by Guillaume Chervet
  • chore(release): publish v2.0.4 NO_CI 2b63d3e by Build-CI
  • docs(changelog) update to new 2.0.3 dba7b1d by Build-CI

v2.0.3

2 August 2019

  • fix(redux) token renew #260 by Guillaume Chervet
  • fix(redux) token renew #260 by Guillaume Chervet
  • chore(build) add and regenerate package.lock ef392f1 by guillaume chervet
  • chore(package) fix package version 0a2a2bf by guillaume chervet
  • chore(release): publish v2.0.3 NO_CI bcac2f4 by Build-CI
  • docs(changelog) update to new 2.0.2 ff075a4 by Build-CI

v2.0.2

30 July 2019

  • fix(redux) token renew #258 by Guillaume Chervet
  • chore(release): publish v2.0.2 NO_CI 8e50a29 by Build-CI
  • docs(changelog) update to new 2.0.2-alpha.0 df80867 by Build-CI

v2.0.2-alpha.0

25 July 2019

  • doc : add optionnal parameter for post logout uri redirect #253 by Olivier YOUF
  • chore(release): publish v2.0.2-alpha.0 NO_CI 3c1230a by Build-CI
  • docs(changelog) update to new 2.0.1-alpha.0 c7c32a2 by Build-CI

v2.0.1-alpha.0

15 July 2019

  • Fix/infiniteloop #238 by Olivier YOUF
  • fix(infiniteLoop) : package upgrade e98e7d6 by Olivier YOUF
  • fix(infiniteLoop) : change hooks to avoid infinite loop 2168254 by Olivier YOUF
  • chore(release): publish v2.0.1-alpha.0 NO_CI d906ddf by Build-CI
  • docs(changelog) update to new 2.0.0-alpha.0 2b07917 by Build-CI

v2.0.0-alpha.0

11 July 2019

  • fix(packages) : rebuild packages for package lock #229 by Olivier YOUF
  • Feature/hooks #225 by Olivier YOUF
  • fix(packages) : resolves missing scripts 043a66e by Olivier YOUF
  • upgrading React Context + Hooks dafe353 by Olivier YOUF
  • babel 7 migration d4a8b09 by Olivier YOUF
  • refacto : Package managament & dependency d8e8d39 by Olivier YOUF
  • fix(lint) : fix lint return and deps c275ea3 by Olivier YOUF
  • fix : fix isEnabled flag fe5779c by Olivier YOUF
  • PR remarks 8b6ed4d by Olivier YOUF
  • feat : new hooks function to get oidc props e7c4530 by Olivier YOUF
  • chore(release): publish v2.0.0-alpha.0 NO_CI 06e5a77 by Build-CI
  • refacto(packags) : bump babel fcf3169 by Olivier YOUF
  • docs(changelog) update to new 1.3.3 eea8716 by Build-CI
  • override conf for example c6342f5 by Olivier YOUF

v1.3.3

4 April 2019

  • chore(release): publish v1.3.3 NO_CI 3e011c2 by Build-CI
  • docs(changelog) update to new 1.3.3-alpha.0 e8b9de0 by Build-CI

v1.3.3-alpha.0

1 April 2019

  • Fetch Core : Fix for header props #182 by Olivier YOUF
  • chore(release): publish v1.3.3-alpha.0 NO_CI 1d9d9e3 by Build-CI
  • docs(changelog) update to new 1.3.2-alpha.0 100e4be by Build-CI
  • fix headers 01dd579 by Olivier YOUF

v1.3.2-alpha.0

27 March 2019

  • Few changes for multiple Auth requests and callbacks issue #180 by Olivier YOUF
  • fix callback double tap 35f5609 by Olivier YOUF
  • fix : flag for waiting auth 89b32c0 by Olivier YOUF
  • Fix : package changes b8692f2 by Olivier YOUF
  • chore(release): publish v1.3.2-alpha.0 NO_CI d814ada by Build-CI
  • wip : callback 01af436 by Olivier YOUF
  • docs(changelog) update to new 1.3.1-alpha.0 17c8683 by Build-CI

v1.3.1-alpha.0

14 March 2019

  • Fix(context) component should wait user loading #170 by Guillaume Chervet
  • fix(tweet) set up good changelog link #169 by Guillaume Chervet
  • docs(changelog) update to new 1.3.0 02de519 by Build-CI
  • chore(release): publish v1.3.1-alpha.0 NO_CI 32d880f by Build-CI

v1.3.0

12 March 2019

  • fix(context) no state found in storage #168 by Guillaume Chervet
  • docs(changelog) update to new 1.2.1 4eed1e9 by Guillaume Chervet
  • chore(release): publish v1.3.0 NO_CI 517804b by Build-CI

v1.2.1

8 March 2019

  • feature(context/routes) allow to configure callbacks #164 by Guillaume Chervet
  • feature(vanilla) vanilla lib usefull for demo or debug or migration of old js application #160 by Guillaume Chervet
  • chore(changelog) set up auto changelog and auto tweet #153 by Guillaume Chervet
  • chore(release): publish v1.2.1 NO_CI fbb0339 by Build-CI

v1.2.0

24 February 2019

  • English - change all instances of "authentified" to be "authenticated" #151 by Paul Hammond
  • chore(release): publish v1.2.0 NO_CI 5f491b7 by Build-CI

v1.1.6

24 February 2019

  • Customise authenticating component [context] #150 by Paul Hammond
  • lock down version of jest #149 by Paul Hammond
  • chore(deps-dev): bump enzyme from 3.7.0 to 3.8.0 #112 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.1.2 to 6.2.0 #113 by dependabot[bot]
  • chore(deps-dev): bump codacy-coverage from 3.3.0 to 3.4.0 #116 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-import from 2.14.0 to 2.16.0 #117 by dependabot[bot]
  • chore(deps-dev): bump prettier from 1.16.1 to 1.16.4 #122 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-jest from 22.1.2 to 22.2.2 #126 by dependabot[bot]
  • feat : adding enable prop in Provider #125 by Olivier YOUF
  • chore(release): publish v1.1.6 NO_CI 6f573cd by Build-CI

v1.1.5

1 February 2019

  • chore(deps-dev): bump eslint-config-prettier from 3.3.0 to 4.0.0 #111 by dependabot[bot]
  • chore(deps-dev): bump prettier from 1.16.0 to 1.16.1 #110 by dependabot[bot]
  • chore(deps-dev): bump jest from 23.6.0 to 24.0.0 #118 by dependabot[bot]
  • Fix: Add react-router to dependencies #120 by Hamza Hamidi
  • chore: remove react-redux dependency #119 by rpetigny
  • chore(deps-dev): bump expect from 23.6.0 to 24.0.0 #106 by dependabot[bot]
  • chore(deps-dev): bump lerna from 3.5.0 to 3.10.7 #107 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-jest from 22.1.2 to 22.1.3 #108 by dependabot[bot]
  • chore(deps-dev): bump enzyme-adapter-react-16 from 1.7.1 to 1.8.0 #109 by dependabot[bot]
  • chore(deps): bump react-dom from 16.6.3 to 16.7.0 #95 by dependabot[bot]
  • chore(deps): bump oidc-client from 1.5.4 to 1.6.1 #96 by dependabot[bot]
  • chore(deps): bump react from 16.6.3 to 16.7.0 #97 by dependabot[bot]
  • chore(deps-dev): bump tslint from 5.11.0 to 5.12.1 #99 by dependabot[bot]
  • chore(deps-dev): bump eslint from 5.11.1 to 5.12.1 #100 by dependabot[bot]
  • chore(deps-dev): bump prettier from 1.15.3 to 1.16.0 #101 by dependabot[bot]
  • chore(deps-dev): bump babel-plugin-macros from 2.4.4 to 2.4.5 #93 by dependabot[bot]
  • chore(deps-dev): bump typescript from 3.2.2 to 3.2.4 #102 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-react from 7.12.3 to 7.12.4 #103 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-prettier from 3.0.0 to 3.0.1 #88 by dependabot[bot]
  • chore(deps-dev): bump react-scripts from 2.1.1 to 2.1.3 #90 by dependabot[bot]
  • chore(deps-dev): bump babel-plugin-macros from 2.4.2 to 2.4.4 #85 by mergify[bot]
  • chore(deps-dev): bump chalk from 2.4.1 to 2.4.2 #86 by mergify[bot]
  • chore(deps-dev): bump eslint-plugin-react from 7.11.1 to 7.12.3 #87 by mergify[bot]
  • Fix example link #89 by Seth
  • fix(redux) oidc default props #84 by julienbirgand
  • chore(release): publish v1.1.5 NO_CI e21bbbc by Build-CI

v1.1.5-alpha.0

4 January 2019

  • chore(pipeline-azure) branch variable was a bad one #83 by mergify[bot]
  • fix : Context Fetch>oidcUser transmission #80 by Olivier YOUF
  • fix token expired event #81 by mergify[bot]
  • chore(deps-dev): bump eslint from 5.9.0 to 5.11.1 #82 by mergify[bot]
  • chore(deps-dev): bump @angular/compiler from 7.1.0 to 7.1.4 #75 by mergify[bot]
  • chore(deps-dev): bump typescript from 3.2.1 to 3.2.2 #63 by dependabot[bot]
  • chore(deps-dev): bump @angular/core from 7.1.0 to 7.1.3 #65 by mergify[bot]
  • chore(deps-dev): bump tslint-config-prettier from 1.16.0 to 1.17.0 #64 by mergify[bot]
  • chore(deps-dev): bump regenerator-runtime from 0.12.1 to 0.13.1 #67 by mergify[bot]
  • chore(deps-dev): bump babel-eslint from 8.2.6 to 10.0.1 #69 by mergify[bot]
  • chore(deps-dev): bump inquirer from 6.2.0 to 6.2.1 #68 by mergify[bot]
  • chore(deps-dev): bump react-test-renderer from 16.6.3 to 16.7.0 #70 by mergify[bot]
  • chore(deps-dev): bump enzyme-adapter-react-16 from 1.7.0 to 1.7.1 #71 by mergify[bot]
  • chore(deps-dev): bump eslint-plugin-jest from 22.0.1 to 22.1.2 #76 by mergify[bot]
  • docs(readme) add keyword #79 by Guillaume Chervet
  • chore(ci) remove travis and codeclimate #73 by Guillaume Chervet
  • chore(deps-dev): bump lint-staged from 7.3.0 to 8.1.0 #74 by dependabot[bot]
  • chore(ci) add azureDevops build + sonar #72 by Guillaume Chervet
  • chore(deps-dev): bump react-scripts from 1.1.5 to 2.1.1 #57 by dependabot[bot]
  • chore(deps-dev): bump typescript from 3.1.6 to 3.2.1 #59 by dependabot[bot]
  • chore(deps-dev): bump react-test-renderer from 16.6.1 to 16.6.3 #60 by dependabot[bot]
  • chore(deps-dev): bump prettier from 1.15.1 to 1.15.3 #61 by dependabot[bot]
  • doc(readme) small fix for demo to internship #62 by Guillaume Chervet
  • chore(azurepipeline) configure lerna to publish #58 by Guillaume Chervet
  • chore(deps-dev): bump lerna from 3.4.3 to 3.5.0 #55 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-json from 1.2.1 to 1.3.2 #54 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-prettier from 2.7.0 to 3.0.0 #56 by dependabot[bot]
  • chore(deps-dev): bump @angular/compiler from 7.0.4 to 7.1.0 #52 by dependabot[bot]
  • chore(deps-dev): bump codacy-coverage from 3.2.0 to 3.3.0 #53 by dependabot[bot]
  • chore(deps-dev): bump @angular/core from 7.0.3 to 7.1.0 #46 by dependabot[bot]
  • chore(deps-dev): bump eslint from 5.8.0 to 5.9.0 #48 by dependabot[bot]
  • chore(deps-dev): bump shelljs from 0.8.2 to 0.8.3 #49 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-jest from 22.0.0 to 22.0.1 #50 by dependabot[bot]
  • chore(deps-dev): bump eslint-config-prettier from 3.1.0 to 3.3.0 #47 by dependabot[bot]
  • chore(deps): bump react-dom from 16.6.1 to 16.6.3 #44 by dependabot[bot]
  • chore(deps): bump rxjs from 6.3.2 to 6.3.3 #45 by dependabot[bot]
  • chore(deps): bump react from 16.6.1 to 16.6.3 #43 by dependabot[bot]
  • chore(deps): bump react-redux from 5.0.7 to 5.1.1 #38 by dependabot[bot]
  • chore(deps-dev): bump @angular/compiler from 7.0.3 to 7.0.4 #42 by dependabot[bot]
  • chore(deps-dev): bump tslint-config-prettier from 1.15.0 to 1.16.0 #40 by dependabot[bot]
  • doc(redux): update code example and add more informations #41 by Benoit Fontaine
  • doc(context) add more explanation #37 by Guillaume Chervet
  • chore(deps): [security] bump merge from 1.2.0 to 1.2.1 #39 by dependabot[bot]
  • Set up CI with Azure Pipelines #31 by Cyril Lakech
  • chore(deps-dev): bump tslint-plugin-prettier from 1.3.0 to 2.0.1 #34 by dependabot[bot]
  • chore(deps-dev): bump eslint-config-prettier from 2.10.0 to 3.1.0 #36 by dependabot[bot]
  • chore(deps-dev): bump eslint-plugin-jest from 21.27.2 to 22.0.0 #35 by dependabot[bot]
  • fix oidcUser transmission 0ae83e1 by Olivier YOUF
  • chore(release): publish v1.1.5-alpha.0 NO_CI 41536de by Build-CI
  • WIP b866401 by Guillaume Chervet
  • WIP cad214b by Guillaume Chervet
  • WIP d36dd3d by Guillaume Chervet
  • it works! b58a355 by Guillaume Chervet
  • WIP fd2c87a by Guillaume Chervet
  • chore(pipeline-azure) bug during publish 0f0935a by Guillaume Chervet
  • WIP 7c238f5 by Guillaume Chervet
  • WIP 4d04233 by Guillaume Chervet
  • WIP 1a2fdbd by Guillaume Chervet
  • it works! adb3ecf by Guillaume Chervet
  • WIP 0836ecd by Guillaume Chervet

v1.1.0

9 November 2018

  • fix(publish) missing attribute to publish to npm 36a05fa by Guillaume Chervet
  • chore(release): publish v1.1.0 [ci skip] cc39e30 by Travis CI User

v1.0.2

31 October 2018

  • feat: add fetch observable hoc 7ef055c by Thierno Barry
  • chore(release): publish v1.0.2 [ci skip] 689b36c by Travis CI User
  • chore: remove codacy that return 404 errors 52724bb by Cyril Lakech

v1.0.1

4 October 2018

  • replacing includes by indexof #25 by mergify[bot]
  • chore(release): publish v1.0.1 [ci skip] 7cfb06c by Travis CI User

v1.0.0

3 October 2018

  • doc: add npm version badge #23 by mergify[bot]
  • chore(release): publish v1.0.0 [ci skip] 728051b by Travis CI User

v0.0.1

3 October 2018

  • Mergify initial configuration #22 by mergify[bot]
  • chore(release): publish v0.0.1 [ci skip] 94cbf05 by Travis CI User

v0.0.1-alpha.11

3 October 2018

  • chore: exclude tests from codeclimate analysis #14 by Cyril Lakech
  • chore(build) add user variable for releasing a specific version to npm #20 by Guillaume Chervet
  • fix : recompose branch test in the consumer and add doc about dev #21 by youf-olivier
  • chore(release): publish v0.0.1-alpha.11 [ci skip] 82d326a by Travis CI User

v0.0.1-alpha.10

1 October 2018

  • chore: setup test coverage with codacy #17 by Cyril Lakech
  • chore(release): publish v0.0.1-alpha.10 [ci skip] 612031e by Travis CI User

v0.0.1-alpha.9

1 October 2018

  • wip chore: setup publishing to npm #19 by Cyril Lakech
  • chore: do not share codeclimate token #16 by Guillaume Chervet
  • Add a Codacy badge to readme.md #15 by Guillaume Chervet
  • chore: setup coverage with codeclimate #13 by youf-olivier
  • chore: add coverage badge #12 by Guillaume Chervet
  • chore(packages) add require attributes to publish inside npm in publi… #11 by Cyril Lakech
  • refactor: simplify oidc service authenticateUser #10 by Guillaume Chervet
  • chore: add codeclimate badge #8 by Guillaume Chervet
  • init 8d1518e by Olivier Youf
  • chore(release): publish v0.0.1-alpha.9 [ci skip] df4adb5 by Travis CI User
  • chore(packages) add require attributes to publish inside npm in public with a scope bb6f22f by Guillaume Chervet
  • chore: add license 3d2ba13 by Cyril Lakech
  • Add Codacy badge 400b938 by The Codacy Badger