middleware

package
v2.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package middleware handles authentication, user permissions, and any other tasks that occur with an HTTP request to this app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Administrator

func Administrator(next http.Handler) http.Handler

Administrator checks if the user has this permission.

func Auth

func Auth(next http.Handler) http.Handler

Auth is used to verify a request to this app is authenticated via a user profile. API authentications are handled via middleware.ExternalAPI since api reachable endpoints are hosted on /api/v1/. If a user is found then the next middleware or handler is performed, otherwise a user is redirected to a login page.

func CreateLicenses

func CreateLicenses(next http.Handler) http.Handler

CreateLicenses check if the user has this permission.

func ExternalAPI

func ExternalAPI(next http.Handler) http.Handler

ExternalAPI handles authenticating access to the public endpoints using api keys.

func LogActivity2

func LogActivity2(next http.Handler) http.Handler

LogActivity2 saves the activity the user performed to the database.

This adds a lot of INSERTS to the database which may be undesirable based on server load. Therefore, you can disable this via app settings.

Skip on errors since logging isn't the most important thing in the world.

func SecHeaders

func SecHeaders(next http.Handler) http.Handler

SecHeaders sets http headers for security purposes.

func ViewLicenses

func ViewLicenses(next http.Handler) http.Handler

ViewLicenses check if the user has this permission.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL