bug2663

package
v0.36.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Login

func Login()

swagger:route POST /login auth login

Authenticate a user.

responses:

200: description: ok

Types

type AppUserCredentials

type AppUserCredentials struct {
	// The user's codified username.
	Username CPF `json:"username"`
	// The user's password.
	Password string `json:"password"`
}

AppUserCredentials is the JSON request body for a login.

swagger:model

type CPF

type CPF string

CPF is an in-house codified username (a named string type).

Jump to

Keyboard shortcuts

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