caTUstrophy / backend

Backend part for our catastrophe aid tool. Written in Go.
GNU General Public License v3.0
6 stars 3 forks source link

Remove session store from backend #75

Closed numbleroot closed 8 years ago

numbleroot commented 8 years ago

As read here a backend-side session store is not needed when relying on signed JWTs. We should probably consider, removing it. This should be evaluated before executed.