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 7 commits into
base: master
Choose a base branch
from

Add users table

85d7d52
Select commit
Loading
Failed to load commit list.
Open

Add authentication #681

Add users table
85d7d52
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 28, 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 failure on line 137 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#L137

This application allows user-controlled URLs to be passed directly to HTTP client libraries.

Check warning on line 171 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#L171

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