auth

package
v0.0.0-...-d7671c7 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AdminTokenValid

func AdminTokenValid(r *http.Request) error

func CreateLoginToken

func CreateLoginToken(email, password string) (string, error)

func CreateToken

func CreateToken(user_id uint32, admin bool) (string, error)

func ExtractLoginToken

func ExtractLoginToken(tokenString string) (string, string, error)

returns email and password from login token

func ExtractToken

func ExtractToken(r *http.Request) string

func ExtractTokenID

func ExtractTokenID(r *http.Request) (uint32, bool, error)

returns user id, admin

func NotAdminTokenValid

func NotAdminTokenValid(r *http.Request) error

func Pretty

func Pretty(data interface{})

Pretty display the claims licely in the terminal

func TokenValid

func TokenValid(r *http.Request) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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