utils

package
v0.0.0-...-f616806 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JwtCustomClaims

type JwtCustomClaims struct {
	Id   string         `json:"id"`
	User models.UserORM `json:"user"`
	jwt.StandardClaims
}

type TokenValidationResponse

type TokenValidationResponse struct {
	Id        string         `json:"id"`
	ExpiresAt time.Time      `json:"expires_at"`
	User      models.UserORM `json:"user"`
}

Jump to

Keyboard shortcuts

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