-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix server_test.go so it works + make code flow test pass with no secret #230
fix server_test.go so it works + make code flow test pass with no secret #230
Conversation
☝️ @LyricTian |
837a562
to
e733fa0
Compare
1ae7ccc
to
a327e93
Compare
a327e93
to
5504dd7
Compare
quote: code_verifier — The code verifier should be a high-entropy cryptographic random string with a minimum of 43 characters and a maximum of 128 characters. |
|
@jarlandre why was this not merged? |
because it war replaced by another PR .. see mentions |
should have rebased and kept it in this PR i guess .. live and learn |
here is a tip: how to work with pcke , you need change the ClientInfoHandler to resolve srv.SetClientInfoHandler(server.ClientFormHandler) |
the pkce spec states that code verifier should be minimum 43 chars (#230 (comment)), should this be verified earlier in the process?