fix: docs auth openID method

This commit is contained in:
Dominik Pschenitschni 2023-04-03 01:38:01 +02:00 committed by konrad
parent fc2cc4a155
commit 4f7d69a108
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ func (p *Provider) setOicdProvider() (err error) {
// HandleCallback handles the auth request callback after redirecting from the provider with an auth code
// @Summary Authenticate a user with OpenID Connect
// @Description After a redirect from the OpenID Connect provider to the frontend has been made with the authentication `code`, this endpoint can be used to obtain a jwt token for that user and thus log them in.
// @ID get-token-openid
// @tags auth
// @Accept json
// @Produce json