gernest / utron

A lightweight MVC framework for Go(Golang)
MIT License
2.22k stars 149 forks source link

Add session and flash message support #77

Closed gernest closed 7 years ago

gernest commented 7 years ago

This add support on the *baseContext for sessions using gorilla/sessions package.

Additionally a basic flash messages implementation is added which uses the session implementation.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.4%) to 76.65% when pulling cd0917a483d868e6c41635943e8415b72db1c24a on session into 166d781431fd90bf71eaae82c40afd7d29f86cfe on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.1%) to 77.384% when pulling 9c3d50545a621709d0af10ae26bc54e86334bdbe on session into 166d781431fd90bf71eaae82c40afd7d29f86cfe on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+2.2%) to 78.448% when pulling 54d0fde4e57ba29db0b1e2de07e150323cc9d2a0 on session into 166d781431fd90bf71eaae82c40afd7d29f86cfe on master.