How to handle nonces when implementing a Wordpress subgraph

I’m trying to build a federated graph and one of the his subgraphs will be built on top of WordPress REST API. How would you handle the WordPress nonces? Does it makes sense to handle them on the server side or is the client supposed to take care of stuff like this?

Any input will be appreciated!