Skip to content
Snippets Groups Projects
Commit 6f94be30 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

add version

parent 96dc0efb
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,6 @@ func Init() {
SuperTokenEndpointGrantTypesSupported: config.Get().EnabledSuperTokenEndpointGrantTypes,
SuperTokenEndpointOIDCFlowsSupported: config.Get().EnabledOIDCFlows,
ServiceDocumentation: config.Get().ServiceDocumentation,
Version: model.VERSION,
}
}
......@@ -15,6 +15,7 @@ type MytokenConfiguration struct {
SuperTokenEndpointGrantTypesSupported []model.GrantType `json:"super_token_endpoint_grant_types_supported"`
SuperTokenEndpointOIDCFlowsSupported []model.OIDCFlow `json:"super_token_endpoint_oidc_flow_supported"`
ServiceDocumentation string `json:"service_documentation,omitempty"`
Version string `json:"version,omitempty"`
}
type SupportedProviderConfig struct {
......
package model
const VERSION = "0.1.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment