oauthinaction / oauth-in-action-code

Source code for OAuth 2 in Action
https://www.manning.com/books/oauth-2-in-action
Other
715 stars 536 forks source link

fix the wrong token_endpoint_auth_method: 'secret_basic' to 'client_secret_basic' and 'secret_post' to 'client_secret_post' #66

Open u8989332 opened 1 month ago

u8989332 commented 1 month ago

Hi I found that 'register' function comparing the token_endpoint_auth_method is different from RFC-7591. So I modify token_endpoint_auth_method as RFC-7591's 'client_secret_basic' and 'client_secret_post'.

Please review this issue, thanks.