@ConfigurationProperties(value = "gropius.api.public")
data class GropiusPublicApiConfigurationProperties(val debugNoAuthentication: Boolean = false, val jwtPublicKey: String)

Configuration properties for the public API

Parameters

debugNoAuthentication

if true, all queries and most mutations don't require authentication to be present

jwtPublicKey

base64 encoded public key used for JWT validation

Constructors

Link copied to clipboard
constructor(debugNoAuthentication: Boolean = false, jwtPublicKey: String)

Properties

Link copied to clipboard
Link copied to clipboard