SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

Stateless EPP does not require sessions #3

Closed mwullink closed 8 months ago

mwullink commented 9 months ago

No need for an a epp session to be created and maintained on server and client.

authentication is moved from the the epp layer to the transport layer (http) and session mgmt also needs to be handled at this layer.

how do

mwullink commented 9 months ago

moved all session mgmt to http layer. repp must not support login/logout and auth credentials must be added to each client request

mwullink commented 8 months ago

no sessions allowed. this would impact scalability