Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffy-mathew committed Oct 23, 2024
1 parent 5063aca commit 70b878c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidef/oas/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ func (c *IntrospectionCache) ExtractTo(cache *apidef.IntrospectionCache) {
// ExternalOAuth holds configuration for an external OAuth provider.
// 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 activates external oauth functionality.
Enabled bool `bson:"enabled" json:"enabled"` // required
Expand Down

0 comments on commit 70b878c

Please sign in to comment.