Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NetCoreApi compatability to uSync.Complete v8 #123

Closed
KevinJump opened this issue Jul 2, 2021 · 0 comments
Closed

Add NetCoreApi compatability to uSync.Complete v8 #123

KevinJump opened this issue Jul 2, 2021 · 0 comments
Labels
enhancement New feature or request release/8.10.2 Patch release uSyncCore Actually an issue for uSync/uSync.ContentEdition uSyncPublisher uSync Publisher Issues

Comments

@KevinJump
Copy link
Member

For uSync.Complete on .NetCore there are some very subtle differences in how messages are autenticated. left un changed this would be the only issue stopping v8 -> v9 communication. so we are back porting this change to v8.

If we change v8 to sign messages the same way as v9 we would break all existing v8 installations, so the change will be hidden behind an option.

adding a useCoreApi option to the usync.publisher.config fille will turn this feature on, and v8 sites will be able to communicate with v9 sites.

  <useCoreApi>true</useCoreApi>

once this change has been made a v8 + useCoreApi site will no longer be able to push to a v8 - useCoreApi site. (so all sites will need the setting on if you wish to communicate between v8 and v9 sites.

for now this setting will be false - we may change that in a later (breaking) release.

@KevinJump KevinJump added enhancement New feature or request release/8.10.2 Patch release uSyncCore Actually an issue for uSync/uSync.ContentEdition uSyncPublisher uSync Publisher Issues labels Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release/8.10.2 Patch release uSyncCore Actually an issue for uSync/uSync.ContentEdition uSyncPublisher uSync Publisher Issues
Projects
None yet
Development

No branches or pull requests

1 participant