rebel-l / sessionservice

A simple session service based on golang.
GNU General Public License v3.0
0 stars 0 forks source link

Implement Session Get method #26

Open rebel-l opened 7 years ago

rebel-l commented 7 years ago

The /session endpoint has a GET method to read the sessions data. The documentation you can find on Swagger hub.

Every successful request should renew the session lifetime.

Note: There are some dependencies to other issues which are used here.