Versions in this module Expand all Collapse all v0 v0.0.3 Jun 20, 2023 Changes in this version + type AuthConfig struct + CredentialIssuerFile string + Server config.ServerConfig + type AuthService struct + func NewAuthService(issuerMetadata *issuance.IssuerMetadata, provider fosite.OAuth2Provider) *AuthService + func (s AuthService) AuthEndpoint(c *gin.Context) + type Server struct + func NewServer(shutdown chan os.Signal, config *AuthConfig, store *storage.MemoryStore) (*Server, error) v0.0.2-alpha Jun 1, 2023