Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The corresponding object type schema can be downloaded here.


Beginning with version 8.16 LTS, it is possible to let the credentials (cookies) being transferred as well, if the custom client should be used in environments with a different domain than the client is hosted in:

A new parameter can now be passed when importing the core module (withCredentials: true):

Code Block
EoCoreModule.forRoot({      
  main: ["assets/_default/config/main.json", "assets/config/main.json"],      
  translations: ["assets/_default/i18n/", "assets/i18n/"],    
  withCredentials: true
}), 

Attention: With this setting, the client sends the credentials in the header with every HTTP request.