Documentation ¶
Index ¶
- func GenerateSecureToken(length int) string
- func GetCurrentSessionHandler(c *fiber.Ctx) error
- func GetListLDAPHandler(c *fiber.Ctx) error
- func GetUserByID(ctx *app.Ctx, id string, query url.Values) (app.UserToken, error)
- func GetUserLDAP(ctx *app.Ctx, query url.Values) (app.ListModel, error)
- func HideSensitiveData(session app.Session, query url.Values) app.Session
- func Login(ctx *app.Ctx, param AuthParam) (app.Session, error)
- func LoginHandler(c *fiber.Ctx) error
- func LoginSTDHandler(c *fiber.Ctx) error
- func Logout(ctx *app.Ctx, accessToken string) error
- func LogoutHandler(c *fiber.Ctx) error
- func UpdateCurrentSessionHandler(c *fiber.Ctx) error
- type AuthParam
- type TokenMobile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSecureToken ¶
func GetCurrentSessionHandler ¶
func GetCurrentSessionHandler(c *fiber.Ctx) error
func GetListLDAPHandler ¶
func GetListLDAPHandler(c *fiber.Ctx) error
func GetUserByID ¶
func LoginHandler ¶
func LoginHandler(c *fiber.Ctx) error
func LoginSTDHandler ¶
func LoginSTDHandler(c *fiber.Ctx) error
func LogoutHandler ¶
func LogoutHandler(c *fiber.Ctx) error
func UpdateCurrentSessionHandler ¶
func UpdateCurrentSessionHandler(c *fiber.Ctx) error
Types ¶
type AuthParam ¶
type TokenMobile ¶
Click to show internal directories.
Click to hide internal directories.