You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exploring issue 52 we thought it would be a good improvement to add a function to SessionState that would let you store and retrieve a Codable object in a session.
StencilTemplateEngine has a conversion from Codable from [String:Any] in this commit. We can probably mimic the API and method for Sessions.
The text was updated successfully, but these errors were encountered:
When exploring issue 52 we thought it would be a good improvement to add a function to SessionState that would let you store and retrieve a Codable object in a session.
StencilTemplateEngine has a conversion from Codable from [String:Any] in this commit. We can probably mimic the API and method for Sessions.
The text was updated successfully, but these errors were encountered: