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

Add authentication #681

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Add authentication

fd1bc40
Select commit
Loading
Failed to load commit list.
Open

Add authentication #681

Add authentication
fd1bc40
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 25, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 98 in app/scripts/controllers/navigationController.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/scripts/controllers/navigationController.js#L98

Dangerous location.href assignment can lead to XSS. Please use escape('/login') as a wrapper for escaping

Check warning on line 11 in app/scripts/react-directives/users/pageStore.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/scripts/react-directives/users/pageStore.js#L11

Unexpected class with only a constructor.

Check warning on line 105 in app/scripts/react-directives/users/pageStore.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/scripts/react-directives/users/pageStore.js#L105

Dangerous location.href assignment can lead to XSS. Please use escape('/login') as a wrapper for escaping