//
pkg.gl
Category
github.com/Nigel2392/mux
middleware
authentication
package
1.3.7
Repository:
https://github.com/nigel2392/mux.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
45 SLOC
#
Functions
AddUserMiddleware
Add a user to the request.
LoginRequiredMiddleware
Middleware that only allows users who are authenticated to continue.
Retrieve
Helper function to get the user from the request.
#
Interfaces
User
Default request user interface.