DEV Community

Discussion on: Part 2: How to Synchronize relational databases with Dotmim.Sync

Collapse
 
mimetis profile image
Sébastien Pertus

Yes, You just have to secure your web api endpoint like any ohter web api hosted in ASP.Net core

On the client side, you have access to the HttpClient instance easily, so just add your bearer token to the header and you're done !