go-oauth2 / oauth2

OAuth 2.0 server library for the Go programming language.
https://pkg.go.dev/github.com/go-oauth2/oauth2/v4
MIT License
3.31k stars 563 forks source link

AllowedCodeChallengeMethods is forced to include plain. #258

Open james-lawrence opened 10 months ago

james-lawrence commented 10 months ago

due to this line its required that allowedcode challenge methods includes plain in order for the code to operate. this default should be removed or be provided by the configuration.