api

package
v0.0.0-...-b1f09d4 Latest Latest
Warning

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

Go to latest
Published: May 22, 2018 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JsonpHandler

func JsonpHandler(c *base.BaseContext) error

func JwtApiHandler

func JwtApiHandler(c echo.Context) error

func JwtLoginPostHandler

func JwtLoginPostHandler(c *base.BaseContext) error

func JwtTesterApiHandler

func JwtTesterApiHandler(c *base.BaseContext) error

func UserHandler

func UserHandler(c echo.Context) error

func UserLoginHandler

func UserLoginHandler(c echo.Context) error

func UserRegisterHandler

func UserRegisterHandler(c echo.Context) error

Types

type JwtCustomClaims

type JwtCustomClaims struct {
	Name  string `json:"name"`
	Admin bool   `json:"admin"`
	jwt.StandardClaims
}

jwtCustomClaims are custom claims extending default ones.

Jump to

Keyboard shortcuts

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