package
0.0.0-20210316234056-d595cb9cf3e7
Repository: https://github.com/duyquang6/go-rbac-practice.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

ClearLastActivity clears the session last activity time.
LastActivityFromSession extracts the last time the user did something.
No description provided by the author
No description provided by the author
SessionFromContext retrieves the session on the provided context.
StoreSessionLastActivity stores the last time the user did something.
UserFromContext retrieves the user from the context.
WithPermissionMapping stores the user's available memberships on the context.
No description provided by the author
WithSession stores the session on the request's context for retrieval later.
WithUser stores the current user on the context.