Release 25.6.2020¶
Overview¶
Environment | Installation date |
---|---|
Test | 25.6.2020 approx. 18:00 |
Prod | 02.7.2020 approx. 18:00 |
Profile service¶
So far a ProfileToken was always needed to access the profile service even if you were working with an authorizide user. In this release we simnplified this a bit so now just the authorization token is sufficient as well.
That means if you are using the profile or the shopping basket only with authenticated user - you don't need to bother with the profile token.
You still need a profileToken whenever you work with the profile service without authentication. For example
- shopping basket(order) before the login
- save other data to the profile (session)
- use the "order as a guest" functionality
- ...
Changes¶
ID | Title | State | Type |
---|---|---|---|
should be replaced