Three diffferent adapters for each api (documenten-api, catalogi-api, zaken-api) has been created in order to create authorization token.
Each adapter manages one of three auth types which are jwt, basic and value. According to the auth-type, the adapters create the valid token and also creates the Authorization header and returns it in 'Authorization' session key so it can be directly used in other pipes that requires authorization.
jwtPipe's have been removed from the adapters it is in and instead, a new pipe which is calling the newly created authorization generator adapter has been added.