We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
oic.oauth2.provider.Provider._complete_authz() now returns [None] as headers if the cookie_func is overriden to not do anything.
oic.oauth2.provider.Provider._complete_authz()
[None]
cookie_func
The header should be appended only if there is something to append.
The text was updated successfully, but these errors were encountered:
Do not append cookie_header if there is nothing to append
52e1281
Close #592
d3a95bc
1c42abf
754e579
Close CZ-NIC#592
tpazderka
No branches or pull requests
oic.oauth2.provider.Provider._complete_authz()
now returns[None]
as headers if thecookie_func
is overriden to not do anything.The header should be appended only if there is something to append.
The text was updated successfully, but these errors were encountered: