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

Option to skip client token signature verification #708

Merged
merged 3 commits into from
Sep 27, 2023

Conversation

FZambia
Copy link
Member

@FZambia FZambia commented Sep 26, 2023

Proposed changes

Adding boolean option client_insecure_skip_token_signature_verify

If enabled tells Centrifugo to skip JWT signature verification - for both connection and subscription tokens. This is insecure and should only be used for development and testing purposes. Token claims are parsed as usual - so token should still follow JWT format.

@FZambia FZambia changed the title Option to skip client token verification Option to skip client token signature verification Sep 26, 2023
@FZambia FZambia merged commit 15adaaa into master Sep 27, 2023
@FZambia FZambia deleted the insecure_trust_any_token branch September 27, 2023 06:28
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

Successfully merging this pull request may close these issues.

1 participant