Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[NC-2046] websocket method permissions #870

Merged
merged 18 commits into from
Feb 18, 2019
Merged

[NC-2046] websocket method permissions #870

merged 18 commits into from
Feb 18, 2019

Conversation

macfarla
Copy link
Contributor

PR description

websocket service now checks JWT auth token

Fixed Issue(s)

NC-2046

@macfarla macfarla added the work in progress Work on this pull request is ongoing label Feb 15, 2019
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

public class AuthenticationUtils {
Copy link
Contributor

@lucassaldanha lucassaldanha Feb 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't find any unit tests for AuthenticationUtils. This will make it harder to change this class in the future as we won't have anything to verify its current behaviour. Do we have unit tests that will assert the behaviour of this class?

@macfarla macfarla removed the work in progress Work on this pull request is ongoing label Feb 18, 2019
@lucassaldanha lucassaldanha merged commit fa3f3a9 into PegaSysEng:master Feb 18, 2019
rain-on pushed a commit to rain-on/pantheon that referenced this pull request Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants