Skip to content
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

Auto setNonce only if empty, #452

Open
ingo-lorenz opened this issue Nov 12, 2024 · 0 comments
Open

Auto setNonce only if empty, #452

ingo-lorenz opened this issue Nov 12, 2024 · 0 comments

Comments

@ingo-lorenz
Copy link

$nonce = $this->setNonce($this->generateRandString());

The nonce is always created directly before the redirection (authentication). It would be good if this is only created if it is empty before the redirection. I would like to set the nonce myself in order to set the user to the correct internal context after authentication.

If necessary, I can also create a pull request for this.

Many thanks and best regards
Ingo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant