saas_security

package
v0.0.0-...-67e3d2d Latest Latest
Warning

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

Go to latest
Published: May 5, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Security

type Security interface {
	Login(field string, id string, password string) (*saas_model.User, error)
	Register(user *saas_model.User) (*saas_model.User, error)
	TokenLogin(token string) (*saas_model.User, error)
	EncryptPassword(password string) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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