Fix Model Storage in Sessions
calebkleveter opened this issue · 0 comments
calebkleveter commented
The ability to store Codable
types in a session has been removed from Vapor 3, so instead we need to encode the model the JSON data and convert it to a String
so we can store it.