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
Does go have any notion of session cookies, a la
Rack::Session::Cookie? If it has the same common issue of people
forgetting to use cookie signing secrets, or using the default one
that's in source code, it'd be awesome if it can try to auto-detect
those weak signatures and log/exception on them in prod.
Something to consider from @tmaher: