authboss v2.0.0-rc6 Release Notes

Release Date: 2018-08-16 // over 5 years ago
    • LoadClientStateMiddleware no longer panics when LoadClientState fails. Instead it logs error messages and gives a 500 server error to users instead of returning no response from the server at all due to panic.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bug where LoadClientState could return a nil request if the state returned nil instead of falling through.
    • ๐Ÿ›  Fix Middlewares link in README
    • ๐Ÿ›  Fix error message when forgetting authboss.LoadClientStateMiddleware to be a bit more indicative of what the problem might be.