You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AspNet.Security.OAuth.Etsy/EtsyAuthenticationOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public override void Validate()
55
55
{
56
56
// HACK We want all of the base validation except for ClientSecret,
57
57
// so rather than re-implement it all, catch the exception thrown
58
-
// for that being null and only throw if we aren't using public access type.
58
+
// for that being null and only throw if we aren't using PKCE, as Etsy's OAuth implementation does not require a client secret when using PKCE (Proof Key for Code Exchange).
59
59
// This does mean that three checks have to be re-implemented
60
60
// because the won't be validated if the ClientSecret validation fails.
0 commit comments