Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseEnv ¶
type BaseEnv struct {
// contains filtered or unexported fields
}
BaseEnv is the struct containing server state that is valid across multiple sessions for example, database connections and config information.
func (*BaseEnv) Audience ¶
Audience returns the audience that should be associated with any JWT keys.
func (*BaseEnv) JWTSigningKey ¶
JWTSigningKey returns the JWT key.
Click to show internal directories.
Click to hide internal directories.