verify

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

* @Author: jffan * @Date: 2024-08-14 09:33:52 * @LastEditTime: 2024-08-20 14:35:08 * @LastEditors: jffan * @FilePath: \gitee-tcas\cmd\verify\cert.go * @Description:

* @Author: jffan * @Date: 2024-08-09 09:29:01 * @LastEditTime: 2024-08-20 11:02:55 * @LastEditors: jffan * @FilePath: \gitee-tcas\cmd\verify\token.go * @Description: The CA certificate is used to verify the token, which is divided into online verification and local verification

* @Author: jffan * @Date: 2024-08-02 14:59:33 * @LastEditTime: 2024-08-02 15:25:28 * @LastEditors: jffan * @FilePath: \gitee-tcas\cmd\verify\verify.go * @Description:

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Args:                       cobra.NoArgs,
	Use:                        "verify",
	Short:                      "Verify the legitimacy of the information",
	Long:                       "",
	SuggestionsMinimumDistance: 1,
	DisableSuggestions:         false,
}

verifyCmd represents the verify command

Functions

This section is empty.

Types

type TokenHeader

type TokenHeader struct {
	Alg string `json:"alg"`
	Jku string `json:"jku"`
	Kid string `json:"kid"`
	Typ string `json:"typ"`
}

Jump to

Keyboard shortcuts

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