Skip to content

Commit

Permalink
Update apidef/api_definitions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tit Petric <[email protected]>
  • Loading branch information
jeffy-mathew and titpetric committed Oct 23, 2024
1 parent 044be7b commit 5063aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidef/api_definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ var Template = template.New("").Funcs(map[string]interface{}{

// ExternalOAuth support will be deprecated starting from 5.7.0.
// To avoid any disruptions, we recommend that you use JSON Web Token (JWT) instead,
// as explained in https://tyk.io/docs/basic-config-and-security/security/authentication-authorization/ext-oauth-middleware/
// as explained in https://tyk.io/docs/basic-config-and-security/security/authentication-authorization/ext-oauth-middleware/.
type ExternalOAuth struct {
Enabled bool `bson:"enabled" json:"enabled"`
Providers []Provider `bson:"providers" json:"providers"`
Expand Down

0 comments on commit 5063aca

Please sign in to comment.