+14
-14
appview/auth/auth.go
+14
-14
appview/auth/auth.go
······func (a *Auth) StoreSession(r *http.Request, w http.ResponseWriter, atSessionish Sessionish, pdsEndpoint string) error {-clientSession.Values[appview.SESSION_EXPIRY] = time.Now().Add(time.Hour).Format(appview.TIME_LAYOUT)···
······func (a *Auth) StoreSession(r *http.Request, w http.ResponseWriter, atSessionish Sessionish, pdsEndpoint string) error {+clientSession.Values[appview.SessionExpiry] = time.Now().Add(time.Hour).Format(appview.TimeLayout)···
+10
-12
appview/consts.go
+10
-12
appview/consts.go
···
···
+7
-7
appview/state/middleware.go
+7
-7
appview/state/middleware.go
······
······
+2
-2
appview/state/state.go
+2
-2
appview/state/state.go
···
···