Session management for restconf

Is their support for maintaining session in confd for restconf.
Some sort of token based mechanism

Can we integrate other implementation for that?
Suggestions please

By definition, REST is stateless. Therefore, the RESTCONF RFC does not define such a mechanism.

Do we have to send authentication parameters in every request.
This is definitely not the best way? It’s an extra overhead.

What I have goofed around is that we can use token based session management (like oAuth protocol). Can that be handled in confd or we have to take care of that separately.

Is there any enhancement planned for session handling in confd?
Currently we are on version 6.2.1